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