[chuck-users] Chuck-ing SinOsc inputs

Robert Poor rdpoor at gmail.com
Thu Dec 31 18:31:05 EST 2009


dan:

ah - of course.  jc should revoke my license to modulate.  a simple fm
(strictly speaking, phase modulation) might look like this:

SinOsc m => SinOsc c => dac;
c.sync(2);				// use phase modulation
330.0 => m.freq;
200.0 => m.gain;		// modulation depth
440.0 => c.freq;
1.0 => c.gain;
1::second => now;

thanks.

- rob


More information about the chuck-users mailing list