Tremolo
Tremolo applies rhythmic volume modulation — a classic pulsing effect from vintage amps and recordings.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Frequency | number | 0.1 to 20 Hz | 5 Hz | How fast the volume pulses. |
| Depth | number | 0 to 1 | 0.5 | How strong the pulsing is. |
See also
Flanger and Chorus for other modulation-based effects.
Control preview
JSON structure
{
"id": "tremolo",
"enabled": true,
"params": {
"frequency": 5,
"depth": 0.5
}
}