31 Dec
2009
31 Dec
'09
6:31 p.m.
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