2 summary:: Interpolating sine wavetable oscillator.
3 related:: Classes/FSinOsc, Classes/SinOscFB
4 categories:: UGens>Generators>Deterministic
9 This is the same as link::Classes/Osc:: except that the table is
10 a sine table of 8192 entries.
21 Phase offset or modulator in radians.
24 Output will be multiplied by this value.
27 This value will be added to the output.
33 { SinOsc.ar(200, 0, 0.5) }.play;
36 { SinOsc.ar(XLine.kr(2000, 200), 0, 0.5) }.play;
39 { SinOsc.ar(SinOsc.ar(XLine.kr(1, 1000, 9), 0, 200, 800), 0, 0.25) }.play;
42 { SinOsc.ar(800, SinOsc.ar(XLine.kr(1, 1000, 9), 0, 2pi), 0.25) }.play;