repo.or.cz
/
chuck-blob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[chuck-blob.git]
/
examples
/
noise.ck
blob
985afa5baaae303cf61c73d64af4c6f34f946423
1
// white noise to audio output - cover your ears
2
noise n => dac;
3
4
// go!
5
until( false ) { 100::ms => now; }