sine-wave

xod/core/sine-wave

Generates sine wave (sinusoid) signal
sine-wave
@/sine-wave
Deprecated: Use `xod/waves/sine-wave` instead
Generates sine wave (sinusoid) signal
Tnumber
An interval between wave peaks, i.e. the period of the signal
ENboolean
Enabled or not. If set to `false` pulses on `UPD` do not change the output value. Effectively that means the generator is paused. Set to `true` again to continue generation.
UPDpulse
Triggers the generator update. It will update the output values.
RSTpulse
Resets the current `OUT` and `N` to zero.
sine-wave
OUT
N
T
EN
UPD
RST
Nnumber
The number of current cycle. Starts from 0.
OUTnumber
The signal value in [0, 1] range. Starts from 0.