home/ modules/ sidechaining-and-keyed-ducking-for-groove-and-space

Sidechaining and Keyed Ducking for Groove and Space

  • learner can route a sidechain key and shape its attack/release to carve space between competing parts
  • learner can duck bass under kick and mids under vocal, choosing ducker vs keyed compressor appropriately
  • learner can create rhythmic sidechain pumping as a groove effect

Produce a dense electronic groove that breathes: sidechain the bass to the kick and the synth pads to a muted-kick key for rhythmic pumping, duck mid instruments under the vocal for clarity, and reproduce one ducking move with a polarity-inverted gate trick.

Dense electronic mixes — a four-on-the-floor kick, a sustained sub bass, wide pads, a vocal riding on top — live or die by momentary space. Static EQ can’t fix a collision that only exists for 80 milliseconds around each kick hit; sidechaining can. This module builds toward one whole task: a groove that visibly breathes, where the bass gets out of the kick’s way, the pads pump against a beat the listener never hears, and the mids part like a curtain whenever the vocal enters. That is the everyday craft of club, house, and pop production, whether your rig is a DAW mixer or a live-coding setup routing buses in code.

Start supported: with the core idea that a compressor’s detector can listen to a different signal than it processes, wire the classic kick-to-bass duck, leaning on “sidechaining the bass to the kick” for concrete depth, attack, and tempo-tuned release values. Then generalize the routing pattern — same logic, new source and target — to pads keyed from a muted kick for pure pumping, and to mid instruments ducked under the vocal. The attack/release atom is your envelope-shaping drill throughout: it decides whether a duck reads as clarity or as groove. The final, unsupported stretch is choosing the tool — ducker versus keyed compressor — and rebuilding one duck with the polarity-inverted parallel gate trick, which proves you understand the routing rather than a plugin preset.

Every required atom is load-bearing for that capstone; without any one of them, a move fails or is mischosen. The supporting atoms widen the frame: frequency-selective detectors, tempo-triggered gating and pumping alternatives, expansion basics, kick/bass EQ relationships, and the reminder that manual rides still beat keyed processing for note-level masking.

Runnable examples

Generated from the context/ instrument corpus by concept (redistributable idioms only). Do not edit — regenerate with gen-module-examples.mjs.

saturation-drive

d1 $ sound "bd*2" # shape 0.4

tidal-0033 · CC0

{ (SinOsc.ar(110) * 5).tanh * 0.2 }.play

supercollider-0009 · CC0

sidechain-pump

note("c2").s("sawtooth").duckorbit(1).duck("bd*4")

strudel-0017 · CC0

~duck: imp 4 >> envperc 0.001 0.15 >> mul -1.0 >> add 1.0
out: saw 110 >> lpf 600 1.0 >> mul ~duck >> mul 0.3

glicol-0029 · MIT

Atoms in this module

Required — these gate the capstone

Sidechain keying drives a compressor's level detection from a different signal than the one being compressed
Concept L1 Foundations D
Attack and release times on a sidechain compressor shape the ducked signal's envelope
Principle L2 First instrument D
Sidechain ducking routes a control signal to a dynamics processor to carve space for a competing track
Principle L2 First instrument D
Sidechaining the bass to the kick ducks the bass on each kick hit, carving low-end space the two would otherwise mask
Procedure L2 First instrument DB
Sidechaining synths to the kick and snare creates the pumping that lets drums cut through
Procedure L2 First instrument D
Sidechaining a sustained sound to a muted kick creates rhythmic pumping without an audible drum
Concept L2 First instrument DF
Sidechain-ducking mid-range instruments under the vocal clears space when the vocal is present
Procedure L3 Craft D
A ducker gives even keyed rebalancing where a keyed compressor over-reduces loud notes
Concept L3 Craft D
A polarity-inverted parallel gate channel can implement sidechain ducking without a dedicated ducker plugin
Procedure L3 Craft D

Supporting — enrichment, not gating

Feeding a frequency-shaped copy into a compressor's detector makes it react only to those frequencies
Concept L2 First instrument D
Frequency masking between competing instruments is best resolved by ear with manual fader automation rather than by keyed processing alone
Principle L3 Craft D
Tempo-synced gain switching adds rhythmic emphasis a compressor cannot
Procedure L2 First instrument D
A gate or volume LFO triggered to tempo can create rhythmic gain pumping in sync with the groove
Concept L3 Craft D
Expansion and gating reduce unwanted low-level signals by reversing dynamic range compression
Concept L2 First instrument D
Kick and bass must occupy slightly different frequency spaces and complementary roles to avoid muddiness
Principle L2 First instrument D
Perceived loudness comes from arrangement space and saturation — a mix with gaps sounds louder than a full, crushed one
Principle L3 Craft DAF
Sidechain-pump has two roles: functional masking-avoidance between kick and bass, and aesthetic pump as a genre signature
Concept L2 First instrument DAF