SinOsc osc => dac; while (true) { 10 + Std.fabs(Math.sin(4*(now/second))) * 1000 => osc.freq; 1::samp => now; }