VSinOsc, just like the audio UGen SinOsc UGen, is a sinusoidal oscillator. It can process inputs of one to four dimensions and produces an output in the same dimension. The arguments parallel the arguments used by SinOsc, with the only difference being that the default mul
and add
argument values are modified to support producing a sin output range within [0, 1]
instead of the audio range [-1, 1]
.
Supported Rates: frame, shape, pixel
Make a VSinOsc VGen at requested rate.
freq |
Oscillator frequency in cycles per second or Hz. | ||||||||||
phase |
Oscillator phase in radians. | ||||||||||
mul |
Multiplier to apply to oscillator output. | ||||||||||
add |
Value to add to oscillator output after multiply. Dimensions
|