*** empty log message ***
[chuck-blob.git] / exile / v1 / examples / whirl.ck
blobf39a29357eca228a2bb570540335beb0ba6dff81
1 sinosc s => dac;
3 0.0 => float t;
4 while( true )
6     ( math.sin(t) + 1.0 ) * 10000.0 => s.sfreq;
7     t + .004 => t;
8     1::ms => now;