2 May
2006
2 May
'06
4:09 p.m.
Could you try this code and let us know when you get clicks?: 1024 => int max; sinosc a[max]; 0 => int counter; sinosc s1; 1./30.0 => s1.gain; int i; while( true ) { for (0=>i; i<=counter; i++) { 1./(counter+1) => a[i].gain; } 440.0 + std.rand2f(-100.0,100.0) => a[counter].freq; a[counter] => dac; .25::second => now; <<<"oscillator ", counter++>>>; }