saw-wave

xod/core/saw-wave

Generates sawtooth wave signal
saw-wave
@/saw-wave
Deprecated: Use `xod/waves/saw-wave` instead
Generates sawtooth wave signal
Tnumber
An interval between sawtooth 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.
RSTpulse
Resets the current `Fx` and `N` to zero.
UPDpulse
Triggers the generator update. It will update the output values.
saw-wave
T
EN
RST
UPD
OUT
N
Nnumber
The number of current cycle. Starts from 0.
OUTnumber
The signal value in [0, 1] range. Starts from 0.