final case classSinOsc(rate: Rate, freq: GE = 440.0f, phase: GE = 0.0f) extends SingleOut with Product with Serializable
A sinusoidal (sine tone) oscillator UGen. This is the same as Osc except that
it uses a built-in interpolating sine table of 8192 entries.
Note that currently (SC 3.7.x), the first frame generated is not zero
(i.e. the value of the sine oscillation at time zero) but the value at time
1 / SampleRate.ir .
A sinusoidal (sine tone) oscillator UGen. This is the same as
Osc
except that it uses a built-in interpolating sine table of 8192 entries.Note that currently (SC 3.7.x), the first frame generated is not zero (i.e. the value of the sine oscillation at time zero) but the value at time
1 / SampleRate.ir
.frequency in Hertz
phase offset or modulator in radians
FSinOsc
Osc