Difference between revisions of "Njb/MUS220a/FinalProject"

From CCRMA Wiki
Jump to: navigation, search
([http://chuck.cs.princeton.edu/ Chu]-[https://cm-wiki.stanford.edu/mediawiki/images/8/82/Orgg.jpg Org]-[http://en.wikipedia.org/wiki/Orchestra Estra])
Line 5: Line 5:
 
To implement a dynamically controllable set of ChucK programs for the purpose of live performance, synchronization, and orchestration of previously recorded short duration loop-able audio files.  As an example of performance, human grunting sounds recorded from the [http://ccrma.stanford.edu/courses/220a-fall-2007/docs/mic_build.jpg home-brew microphone] are used to create images of the [http://www.plong.com/MusicCatalog%5CU%5CUnderworld%20-%20A%20Hundred%20Days%20Off%5CUnderworld%20-%20A%20Hundred%20Days%20Off.jpg underworld] in the CCRMA 16-channel [http://cm-wiki.stanford.edu/wiki/Image:Listeningroom.jpg Listening Room].
 
To implement a dynamically controllable set of ChucK programs for the purpose of live performance, synchronization, and orchestration of previously recorded short duration loop-able audio files.  As an example of performance, human grunting sounds recorded from the [http://ccrma.stanford.edu/courses/220a-fall-2007/docs/mic_build.jpg home-brew microphone] are used to create images of the [http://www.plong.com/MusicCatalog%5CU%5CUnderworld%20-%20A%20Hundred%20Days%20Off%5CUnderworld%20-%20A%20Hundred%20Days%20Off.jpg underworld] in the CCRMA 16-channel [http://cm-wiki.stanford.edu/wiki/Image:Listeningroom.jpg Listening Room].
  
'''THEORY'''
+
Thirty individual grunting sounds (10 short, 10 medium, and 10 long) were recorded into [http://audacity.sourceforge.net/ Audacity] as a single stream.  The files were then cut up into isolated events and saved with a numerical naming convection.  Three folders were created to organize and store each class of recorded sounds (using folder names 1,2,3) as well.  The naming convection allows for easy manipulation and access within the ChucK programing language.
 +
 
 +
Once all of the files are ready, the [http://chuck.cs.princeton.edu/doc/examples/basic/sndbuf.ck Sndbuf] command in ChucK can be used to playback the files. 
 +
 
 +
 
  
  

Revision as of 23:09, 4 December 2007

Chu-Org-Estra

IDEA/CONCEPT

To implement a dynamically controllable set of ChucK programs for the purpose of live performance, synchronization, and orchestration of previously recorded short duration loop-able audio files. As an example of performance, human grunting sounds recorded from the home-brew microphone are used to create images of the underworld in the CCRMA 16-channel Listening Room.

Thirty individual grunting sounds (10 short, 10 medium, and 10 long) were recorded into Audacity as a single stream. The files were then cut up into isolated events and saved with a numerical naming convection. Three folders were created to organize and store each class of recorded sounds (using folder names 1,2,3) as well. The naming convection allows for easy manipulation and access within the ChucK programing language.

Once all of the files are ready, the Sndbuf command in ChucK can be used to playback the files.




RECORDED SOUNDS link...

FINAL CHUCK FILES