7 lines
96 B
Text
7 lines
96 B
Text
SinOsc s => dac;
|
|
|
|
for (0 => int i; i < 2000; 5 +=> i )
|
|
{
|
|
i => s.freq;
|
|
100::ms => now;
|
|
}
|