Filters: types, cutoff, resonance, and rolloff
Learning objectives
- learner can choose the right filter type (LP/HP/BP) and set cutoff, resonance/Q, and slope for a spectral shaping goal
- learner can explain filter behavior from first principles — poles, half-power point, self-oscillation, keytracking — and predict its effect on a rich source
Capstone — one whole task that evidences the objectives
Route a sawtooth through a resonant filter and produce four distinct results — a warm bass, an airy chord voice floating above the sub, a whistling self-oscillation tone, and a keytracked timbre-preserving patch — describing the cutoff/Q/slope settings for each.
Prerequisite modules
The filter is the single most-touched control in subtractive synthesis and in a live-coded set alike: whether you are carving a techno bassline in SuperCollider, keeping a dub chord from fighting the sub, or riding a cutoff sweep as the one gesture the crowd can hear evolving, everything hinges on knowing what a filter will do before you turn the knob. This module builds toward exactly that fluency — one raw sawtooth, four deliberately different sonic outcomes, each justified in terms of type, cutoff, Q, and slope.
The arc starts fully supported. You first internalise the map — the idea that a filter selectively attenuates frequency ranges, and the basic response shapes — then anchor the vocabulary that makes settings predictable rather than guessed: the half-power (−3 dB) definition of cutoff, Q and its reciprocal rq, and the 6 dB-per-octave-per-pole rule for slope. Guided exercises then pull in the procedural atoms as just-in-time how-to pointers: murking a bright oscillator into a low-end bass with a mid-cutoff LPF, tightening sub-bass with a highpass below ~40 Hz, and thinning a chord into an airy voice by highpassing instead of lowpassing. Extreme resonance behaviour (self-oscillation) and keytracking close the set, so that by the capstone you patch all four targets unassisted.
Every required atom gates a capstone deliverable — you cannot describe the whistling tone without self-oscillation, nor the airy chord voice without knowing when to reach for a highpass, nor the timbre-preserving patch without keytrack. Supporting atoms deepen the picture: Surge XT’s filter configurations, offset mode, and scene highpass give a concrete rig to practise in, while ladder topology and the resonance-edge patch show where character and expressivity live beyond the numbers. The two bread-and-butter procedures — LPF bass definition and sub-bass highpassing — recur in nearly every session, so drill them inside real patches until they are automatic.
Runnable examples
Generated from the context/ instrument corpus by concept (redistributable idioms only). Do not edit — regenerate with gen-module-examples.mjs.
resonant-filter
SinOsc s => LPF f => dac; 400 => f.freq;
chuck-0002 · MIT
play :e2, cutoff: 90, res: 0.9, release: 0.3
sonicpi-0022 · CC0
sub-bass
osc 27.5 >> audio
punctual-0002 · CC0-1.0
synth :subpulse, note: :e1, sustain: 0.4, amp: 1.4
sonicpi-0016 · CC0
Atoms in this module
Required — these gate the capstone
Supporting — enrichment, not gating
Part of curricula
- Dawless Performer — hardware jam to recorded live take — Signals, voices, and the DAWless mindset required
- Electronic Music Producer — from raw sound to a released track — Design your palette — synthesis and groove required
- Live Coder — zero to performing live-coded music — Patterns, Grooves & Voices required
- Synthesist / Sound Designer — deep DSP to a performed live synth rig — Hearing sound as spectrum, shaping a first voice required
Unlocks — modules that require this one
- Advanced filter design: biquads, allpass, and phase response
- Delay lines, comb filters, and modulation effects
- Drum synthesis: kicks, snares, hats, claps, and toms from scratch
- Envelopes, LFOs, and modulation routing
- Ring modulation, AM, frequency shifting, and vocoding
- Physical modeling: Karplus-Strong, waveguides, and instrument models
- Procedural audio and creative sound-design practice
- Subtractive synthesis: from raw wave to shaped voice
- Voice and formant synthesis: the source-filter model