8. Filters — sculpting the tone

← Learning path

A filter is like sunglasses for sound: it lets some parts through and blocks others.

inst bass = saw cutoff 600 resonance 4     # dark, slightly squelchy bass

Slowly sweeping the cutoff up or down over time is the classic “wah” / “whoosh” synth move you hear everywhere in electronic music.

Real name: filter (low/high/band-pass), cutoff frequency, resonance (Q).

Live now: the low-pass filter via cutoff and resonance on any inst. High-pass (hp) and band-pass (bp) filters, and automating (sweeping) the cutoff over time, come later — for now cutoff is a fixed setting per instrument, not something that moves on its own.


← Index · Next → 9. Fattening tricks