Difference between revisions of "Pure Data"

From Wikicliki
Jump to: navigation, search
Line 1: Line 1:
 +
== Learning by reading pure data examples ==
  
 +
Today our goal is to read 12 tutorials to understand how PD works.
 +
 +
=== Feedback Loop patch by hellocatfood ===
 +
 +
[[Image:puredata_hellocatfood.png]]
 +
 +
From http://www.hellocatfood.com/2012/03/23/feedback-loops-in-pure-data/
 +
 +
* Noticed there was no connection between the original loading video geo and the feedback geos. Apparently the different geos do not need to be connected up. in this example [gemhead 4] runs first followed by whatever gemhead number next in order. it could be any number bigger than 4. if the second one was gemhead 3 it wouldnt work. the higher the number, the later the [gemhead] is drawing...
 +
* No soundtrack. Found out from this flossmanuals page on [http://en.flossmanuals.net/pure-data/ch049_moving-images/ Images, Movies and Live Video] that "Sound is not supported by [pix_film] ([pix_movie] neither). If you want to sync a soundtrack of a video to your images, you have to first extract it using an external video editor."
 +
 +
== see also ==
 
* max neupert's tutorials
 
* max neupert's tutorials
 
: http://www.uni-weimar.de/medien/wiki/Audiovideo
 
: http://www.uni-weimar.de/medien/wiki/Audiovideo
 
: http://www.uni-weimar.de/medien/wiki/Bewegungsmelder
 
: http://www.uni-weimar.de/medien/wiki/Bewegungsmelder
  
== see also ==
 
* http://en.flossmanuals.net/pure-data/
 
 
* http://trac.rjdj.me/
 
* http://trac.rjdj.me/
 
* [[RjDj]]
 
* [[RjDj]]
 
* http://crca.ucsd.edu/~msp/Pd_documentation/
 
* http://crca.ucsd.edu/~msp/Pd_documentation/
 
* [http://aspress.co.uk/ds/about_book.php designing sound]
 
* [http://aspress.co.uk/ds/about_book.php designing sound]
 +
  
 
[[Category:Programming]]
 
[[Category:Programming]]

Revision as of 12:56, 25 December 2012

Learning by reading pure data examples

Today our goal is to read 12 tutorials to understand how PD works.

Feedback Loop patch by hellocatfood

Puredata hellocatfood.png

From http://www.hellocatfood.com/2012/03/23/feedback-loops-in-pure-data/

  • Noticed there was no connection between the original loading video geo and the feedback geos. Apparently the different geos do not need to be connected up. in this example [gemhead 4] runs first followed by whatever gemhead number next in order. it could be any number bigger than 4. if the second one was gemhead 3 it wouldnt work. the higher the number, the later the [gemhead] is drawing...
  • No soundtrack. Found out from this flossmanuals page on Images, Movies and Live Video that "Sound is not supported by [pix_film] ([pix_movie] neither). If you want to sync a soundtrack of a video to your images, you have to first extract it using an external video editor."

see also

  • max neupert's tutorials
http://www.uni-weimar.de/medien/wiki/Audiovideo
http://www.uni-weimar.de/medien/wiki/Bewegungsmelder