The modulation depth of the LFO. If this is 1, the LFO affects pitch/filter/pulse with in its entire with.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
Whether the LFO's frequency
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
The LFO's rate/frequency in normalized form. The exact rate depends on the value of rate_is_synced:
| key | value |
|---|---|
| default | 0.25 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
The "trigger" parameter in the UI. If restart_on_note=true, the LFO's phase is reest on each note; if =false, the LFO's phase starts on global time 0 and continues indefinitely (resulting in the LFO's phase offset being consistent on play/pause/loop).
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
Whether lfo is applied to filter cutoff.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
Whether lfo is applied to Oscillator A pitch.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
Whether lfo is applied to Oscillator B pitch.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
Whether lfo is applied to Oscillator C pitch.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
Whether lfo is applied to pulse width. The pulse width controls the width of the first half of the waves of every oscillator.
Example: Square wave for pulse width 0.5: |⎺⎺⎺|⎽⎽⎽| Square wave for pulse width 0.75: |⎺⎺⎺⎺⎺|⎽|
This adds harmonic frequencies to the waveform.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
The LFO's waveform shape:
0: random Randomly switches between amplitudes in certain intervals.
0.25: sine ∿∿∿
0.5: triangle ///
0.75: sawtooth up /|/|/|
1: square |⎺|⎽|⎺|
Values between any two of these linearly interpolate the two waveforms.
| key | value |
|---|---|
| default | 0 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
The Pulverisateur's LFO.