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]
/
exile
/
v1
/
examples
/
whirl.ck
blob
f39a29357eca228a2bb570540335beb0ba6dff81
1
sinosc s => dac;
2
3
0.0 => float t;
4
while( true )
5
{
6
( math.sin(t) + 1.0 ) * 10000.0 => s.sfreq;
7
t + .004 => t;
8
1::ms => now;
9
}