The Sin Node computes and outputs the sine of its input value.
Inputs
Audio/Control Input
The signal to compute the sine from. The signal value is expected to be in radians.
If your source signal has more than 1 channel, the sine is computed independently for each channel.
Outputs
Audio/Control Output
The computed sine value of the Audio/Control Input.
The channel count is the same as the input channel count.
Similar Nodes
- The Oscillator Node can also output a sine wave, and is a more advanced Node, with various options specifically for audio synthesis.
- The LFO Node can also output a sine wave, and has more settings specifically for controlling other effect parameters.