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]
/
v2
/
examples
/
basic
/
adc.ck
blob
c3236d5c9610ff641522838c4b7e2dbe081e5a61
1
// mic-in to audio out
2
3
// the patch
4
adc => dac;
5
6
// infinite time-loop
7
while( true )
8
{
9
// advance time
10
100::ms => now;
11
}