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
/
test
/
57.ck
blob
caf29635a5f3512074f5419167e4739101a051b2
1
Envelope e => dac;
2
3
1.0::second => e.duration;
4
<<< e.time() >>>;
5
<<< e.duration() >>>;
6
7
now + 2::second => time later;
8
9
//1 => e.keyOn;
10
e.keyOn();
11
while( now < later )
12
{
13
<<< e.value() >>>;
14
<<< now / second >>>;
15
16
.1::second => now;
17
}