8 Feb
2006
8 Feb
'06
8:59 p.m.
Hi Graham!
Can someone give a working example of the Modulate Ugen?
One use is to multiply its output with a signal: // patch into gain sinosc s => gain g => dac; Modulate mod => g; // multiply 3 => g.op; // set freq 220 => s.freq; // set rate in hz mod.vibratoRate( 6.0 ); // set gain mod.vibratoGain( .2 ); // set random gain mod.randomGain( .1 ); // infinite time loop while( true ) 10::second => now; There are other ways to use Modulate (perhaps at your own chosen rate). Hope this helps! Best, Ge!