Difference between revisions of "PID2008 Intro to Pd"

From CCRMA Wiki
Jump to: navigation, search
Line 15: Line 15:
  
 
A collection of STK Physical and FM synthesis objects are now available in Pd. Check out the following objects:
 
A collection of STK Physical and FM synthesis objects are now available in Pd. Check out the following objects:
* BandedWG~  
+
* BandedWG~
* BlowBottle~  
+
* BeeThree~
* BlowHole~  
+
* BlowBottle~
* Bowed~  
+
* BlowHole~
* Brass~  
+
* Bowed~
* Clarinet~  
+
* Brass~
* Flute~
+
* Clarinet~
* ModalBar~  
+
* Flute~
* Plucked~  
+
* FMVoices~
* Resonate~
+
* HevyMetl~
* Saxofony~  
+
* Mandolin~
* Shakers~  
+
* ModalBar~
* Sitar~  
+
* Moog~
* StifKarp~  
+
* PercFlut~
* Whistle~  
+
* Plucked~
 +
* Resonate~
 +
* Rhodey~
 +
* Saxofony~
 +
* Shakers~
 +
* Simple~
 +
* Sitar~
 +
* StifKarp~
 +
* TubeBell~
 +
* VoicForm~
 +
* Whistle~
 +
* Wurley~ 
  
 
Links:
 
Links:

Revision as of 00:46, 17 October 2007

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

  • Save the lecture (a series of Pd patches archived here: pd_lecture.tar.gz) in your personal directory (in our examples the '~/clarence' directory): OS X might automatically save it to your Desktop. So, you may have to move it first to '~/clarence'
    • Extract files like this:
             ~> mv ~/Desktop/pd_lecture.tar.gz ~/clarence
             ~> cd ~/clarence
    ~/clarence> tar xzf pd_lecture.tar.gz
  • Start Pd by clicking on the Pd icon on the Dock.
  • 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