Difference between revisions of "PID2008 Intro to Pd"

From CCRMA Wiki
Jump to: navigation, search
Line 5: Line 5:
 
** Extract the notes:
 
** Extract the notes:
  
             ~> cd ~/pid2007
+
             ~> cd ~/clarence
     ~/pid2007> tar xzf pd_lecture.tar.gz
+
     ~/clarence> tar xzf pd_lecture.tar.gz
  
 
* Start Pd:
 
* Start Pd:
  
     ~/pid2007> pd
+
     ~/clarence> pd
  
 
* Read and try the patches.
 
* Read and try the patches.

Revision as of 19:29, 3 September 2007

This introduction to Pd is in the form of a series of Pd patches.


  • Save the lecture (a series of Pd patches) in your pid2007 directory: pd_lecture.tar.gz
    • Extract the notes:
            ~> cd ~/clarence
    ~/clarence> tar xzf pd_lecture.tar.gz
  • Start Pd:
    ~/clarence> pd
  • Read and try the patches.
  • Look through the Pd Examples from the 'Help' Menu.


A collection of STK Physical and FM synthesis objects are now available in Pd. Check out the following objects:

  • BandedWG~
  • BeeThree~
  • BlowBottle~
  • BlowHole~
  • Bowed~
  • Brass~
  • Clarinet~
  • Flute~
  • FMVoices~
  • HevyMetl~
  • Mandolin~
  • ModalBar~
  • Moog~
  • PercFlut~
  • Plucked~
  • Resonate~
  • Rhodey~
  • Saxofony~
  • Shakers~
  • Simple~
  • Sitar~
  • StifKarp~
  • TubeBell~
  • VoicForm~
  • Whistle~
  • Wurley~

Links:

PID 2007