*** empty log message ***
[chuck-blob.git] / examples / noise.ck
blob985afa5baaae303cf61c73d64af4c6f34f946423
1 // white noise to audio output - cover your ears
2 noise n => dac;
4 // go!
5 until( false ) { 100::ms => now; }