code


20
Apr 11

Envelope Code

Here was the code I presented in my class, I’ll show it to Zach L’s class next wednesday. sinSmooth+Envelope


30
Mar 11

week 9 code

here’s firmata code from class:  avsys_wk9


25
Mar 11

supercollider code

some good resources:
here’s the super collider code we were testing in class
and the two open sound control “OSC” based examples  (pc people, you’ll need to duplicate an OSC example from the addonsExamples folder, as this code uses the ofxOsc addon):
(these two examples are for the corresponding synth def code in the text file)

3
Mar 11

code from computer vision workshop

rock and roll, have fun! :  computer vision workshop


2
Mar 11

code 6

some code from class – simple fft, audio recording (direct and to a buffer):  avsys_wk6


17
Feb 11

code from class 4

here’s code from class 4 — granular synthesis, RMS for volume, camera / capture hooked up to the additive interactive example.

also, including the app (but not code… yet) for the granular recorder.

avsys_wk4

have fun!


9
Feb 11

code from class 3

this is code from class, intro to control panel, AM, FM and additive with control panel, and interactive examples for FM and additive synthesis: avsys_wk3


2
Feb 11

code from class 2

fun with sin to move things and make sound…

avsys_wk2

for fixing on OSX the frozen app problem, comment out this line in ofAppRunner:

void ofExitCallback(){

//------------------------
// try to close FMOD:
ofSoundPlayer::closeFmod();
//------------------------
//------------------------
// try to close rtAudio:
//ofSoundStreamClose();