2 summary:: Chorusing wavetable oscillator.
3 related:: Classes/Osc, Classes/OscN, Classes/VOsc, Classes/VOsc3
4 categories:: UGens>Generators>Deterministic
9 Chorusing wavetable lookup oscillator. Produces sum of two signals at
15 Due to summing, the peak amplitude is twice that of the wavetable.
24 The number of a buffer filled in wavetable format.
34 Beat frequency in Hertz.
39 Output will be multiplied by this value.
44 This value will be added to the output.
52 b = Buffer.alloc(s, 512, 1, {arg buf; buf.sine1Msg(1.0/[1,2,3,4,5,6,7,8,9,10])});
53 { COsc.ar(b.bufnum, 200, 0.7, 0.25) }.play;