Chorus
Chorus thickens the sound by layering slightly delayed, decayed copies of the signal — the classic effect for making a single voice or instrument sound like several.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Delay | number | 10 to 80 ms | 40 ms | Base delay time for the chorused copy. |
| Depth | number | 0 to 10 ms | 2 ms | Controls the feedback/decay amount of the effect. |
| Speed | number | 0.1 to 5 Hz | 0.5 Hz | How fast the modulation sweeps. |
Note: the Depth control here adjusts feedback/decay rather than modulation depth in the strictest sense — modulation depth itself is fixed. In practice, treat Depth as an "intensity" control and dial it in by ear.
See also
Flanger for a related, more metallic sweeping effect.
Control preview
JSON structure
{
"id": "chorus",
"enabled": true,
"params": {
"delay": 40,
"depth": 2,
"speed": 0.5
}
}