// patch SinOsc foo => dac; // infinite time loop while( true ) { // randomly set frequency Std.rand2f( 30, 1000 ) => foo.freq; // advance time (play with this) 100::ms => now; }