Low-frequency oscillator for modulation duty. Same waveforms as the audio Oscillator, plus an output depth scaler.
Category: Control
| Name | Type | Description |
|---|
| frequency | control | Frequency CV in Hz. Adds to the rate set by the `period` parameter (1/period). |
| depth | control | Depth CV. Adds to the `depth` parameter; controls output amplitude. |
| pw | control | Pulse-width modulation, 0–1. Audible only on the square waveform. |
Outputs
| Name | Type | Description |
|---|
| out | control | Modulation signal, scaled to ±depth. |
Parameters
| Name | Type | Default | Range | Unit | Description |
|---|
| waveform | enum | sine | sine, square, sawtooth, triangle | — | Modulator wave shape. |
| period | number | 1 | 0.01–100 (log) | s | Cycle length in seconds. Inverse of frequency. |
| depth | number | 100 | 0.001–10000 (log) | — | Output amplitude. Scales the ±1 oscillator into target-parameter units (Hz, cents, V/oct, …). |
| pulseWidth | number | 0.5 | 0.01–0.99 | — | Duty cycle of the square wave. |