[chuck-users] sinosc and phase_offset

michael breitenbach michaelbreitenbach at mac.com
Sat Dec 17 17:26:36 EST 2005


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



More information about the chuck-users mailing list