*** empty log message ***
[chuck-blob.git] / v2 / test / wvout_test.ck
blob3228ff36eb63962955c064dc27572a0e4293b818
2 impulse i => WvOut w => blackhole;
3         i => dac;
5 "special:auto" => w.aifFilename;
6 <<<"fetch">>>;
7 <<<w.filename()>>>;
8 <<<"assignment">>>;
9 w.filename() => string doop;
10 <<<"doop">>>;
11 // time loop
12 while( true )
14         1.0 => i.next;
15         2::second => now;