Skip to content

Instantly share code, notes, and snippets.

@drozdziak1
Created August 23, 2018 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drozdziak1/971b6a4ba92314ce1560b39ad54aab16 to your computer and use it in GitHub Desktop.
Save drozdziak1/971b6a4ba92314ce1560b39ad54aab16 to your computer and use it in GitHub Desktop.
for(0 => int i; i < 10000; ++i) {
SinOsc s => dac;
0.001 => s.gain;
Std.rand2f(30.0, 1000.0) => s.freq;
100::ms => now;
}
<<<"Freqs done.">>>;
3::second => now;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment