17 Dec
2005
17 Dec
'05
5:26 p.m.
hi, this code: 60 => std.mtof => float freq; sinosc m1 => sinosc c1 => dac; freq => m1.sfreq; freq => c1.sfreq; while (1) { m1.last() => c1.phase_offset; 1::samp => now; } causes this error: operation failed (sorry)...(reason: line(10): class 'sinosc' has no member 'phase_offset') why??? - in the doc is a input for phase_offset in sinosc micha