1.4 KiB
title, slug, group, order
| title | slug | group | order |
|---|---|---|---|
| Comb Filter | comb | effects | 113 |
Send effect with feedback comb filter. Creates pitched resonance, metallic timbres, and Karplus-Strong plucked sounds. Tail persists after voice ends.
Send amount to comb filter.
<CodeEditor code={/sound/white/comb/1/combfreq/110/decay/.5/sustain/0} rows={2} />
Noise into a tuned comb creates plucked string sounds (Karplus-Strong).
Resonant frequency. All voices share the same orbit comb.
<CodeEditor code={/sound/saw/comb/0.5/combfreq/880/decay/.5/sustain/0} rows={2} />
Feedback amount. Higher values create longer resonance.
<CodeEditor code={/sound/white/comb/1/combfeedback/0.99/combfreq/220/decay/.5/sustain/0} rows={2} />
High-frequency damping. Higher values darken the sound over time.
<CodeEditor code={/sound/white/comb/1/combfeedback/0.95/combdamp/0.4/combfreq/220/decay/.5/sustain/0} rows={2} />