*** empty log message ***
[chuck-blob.git] / v2 / examples / basic / adc.ck
blobc3236d5c9610ff641522838c4b7e2dbe081e5a61
1 // mic-in to audio out
3 // the patch
4 adc => dac;
6 // infinite time-loop
7 while( true )
9     // advance time
10     100::ms => now;