Difference between revisions of "SuperCollider Cookbook"
From CCRMA Wiki
Line 4: | Line 4: | ||
===simple play=== | ===simple play=== | ||
+ | Do this. | ||
===varying speed=== | ===varying speed=== | ||
+ | Do that. | ||
===changing direction=== | ===changing direction=== | ||
− | |||
Do this and that. | Do this and that. | ||
Line 12: | Line 13: | ||
Do this and that. | Do this and that. | ||
+ | |||
+ | ==List Operations== | ||
+ | ===scramble== | ||
+ | ===reverse=== | ||
+ | ===find nth=== | ||
+ | |||
+ | |||
+ | ==Looping== | ||
+ | |||
+ | |||
+ | ==Amplitude Modulation== | ||
+ | |||
+ | ==Frequency Modulation== | ||
+ | |||
+ | ==Additive Synthesis== | ||
+ | |||
+ | ==Subtractive Synthesis== |
Revision as of 13:08, 5 June 2011
SuperCollider Cookbook by Bruno
Contents
Play a sound file
simple play
Do this.
varying speed
Do that.
changing direction
Do this and that.
Play a MIDI file
Do this and that.