frequency in Hertz
initial phase of the oscillator in radians. This cannot
be modulated. A value of 0.5 Pi
means the output
starts at +1. A value of 1.5 Pi
means the output
starts at -1, (init-time only)
frequency in Hertz
initial phase of the oscillator in radians. This cannot
be modulated. A value of 0.5 Pi
means the output
starts at +1. A value of 1.5 Pi
means the output
starts at -1, (init-time only)
A sine oscillator UGen using a fast approximation. It uses a ringing filter and is less CPU expensive than
SinOsc
. However, the amplitude of the wave will vary with frequency. Generally the amplitude will go down when the frequency rises and it will go up as if the frequency is lowered.Warning: In the current implementation, the amplitude can blow up if the frequency is modulated by certain alternating signals (e.g. abruptly by
TRand
).Examples
SinOscFB
SinOsc