home/ modules/ patching-a-subtractive-voice

Patching a subtractive voice: VCO, VCF, VCA & envelopes

  • learner can patch oscillator into filter into VCA with amplitude and cutoff envelopes
  • learner can explain how VCOs, VCFs, VCAs, and envelopes shape a sound
  • learner can drive the voice from a sequencer's pitch-and-gate outputs

Build and record a playable monophonic subtractive voice (oscillator to filter to VCA, two envelopes) sequenced from a pitch/gate source, and demonstrate cutoff-and-resonance sweeps expressively.

This module builds the patch that everything else in Eurorack is a variation of: the monophonic subtractive voice. Whether you are sketching acid lines for a live techno set, giving a hardware voice to a TidalCycles-driven rig over CV, or just needing your first case to make a note instead of a drone, VCO → VCF → VCA with two envelopes is the architecture under the Minimoog, the 303, and most soft synths — learning it here means every future patch reads as a variation you already understand.

The arc moves from listening to performing. Start by patching the raw chain and hearing each stage change the sound: the oscillator as a pitch-tracking tone source, the low-pass filter closing harmonics away, the VCA turning an endless drone into a note. “The canonical subtractive voice patch” is your just-in-time recipe for wiring both envelopes — one shaping loudness, one sweeping cutoff — and “A sequencer controls an oscillator with two connections” walks you through handing pitch and gate to the sequencer so the voice plays itself. From there, remove the training wheels: repatch the voice from a blank panel, then rehearse cutoff-and-resonance sweeps until they feel like playing an instrument rather than testing one, leaning on the resonance atom to find the squelch zone before self-oscillation.

The required atoms are exactly what the capstone cannot be faked without: each module’s function, the subtractive signal flow, the two-envelope patch, sequencer routing, and resonance behaviour. The supporting atoms deepen the same territory — LFO modulation, attenuating envelope depth, filter slopes, pitch-envelope punch, PWM, slew — enriching the voice once the core patch is second nature.

Runnable examples

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

lowpass-sweep

Noise n => LPF f => dac; 0.2 => n.gain;

chuck-0003 · MIT

s("hh*8").lpf(sine.range(200,4000).slow(4))

strudel-0015 · CC0

adsr-envelope

note("c3").s("sawtooth").attack(0.01).decay(0.1).sustain(0.6).release(0.3)

strudel-0205 · CC0

{ Saw.ar(220) * EnvGen.kr(Env.perc(0.001, 0.2), Impulse.kr(2)) * 0.3 }.play

supercollider-0013 · CC0

Atoms in this module

Required — these gate the capstone

A VCO generates a periodic waveform whose pitch tracks an incoming control voltage
Concept L1 Foundations EB
A VCF is a Eurorack filter, usually low-pass, whose cutoff can be swept by control voltage
Concept L1 Foundations EB
A VCF shapes timbre by removing frequencies above (LPF), below (HPF), or outside (BPF) the cutoff
Concept L1 Foundations EB
A VCA sets signal level in proportion to a control voltage, acting as a voltage-operated volume knob
Concept L1 Foundations EB
An ADSR envelope shapes amplitude or timbre over four stages: Attack, Decay, Sustain, Release
Concept L1 Foundations EB
Subtractive synthesis filters harmonically rich oscillator output to sculpt timbre
Concept L1 Foundations EB
The canonical subtractive voice patch routes oscillator → filter → VCA with two envelopes: one for amplitude, one for filter cutoff
Procedure L2 First instrument EB
A sequencer controls an oscillator with two connections: pitch (V/Oct) and gate (trigger)
Procedure L2 First instrument EB
Filter resonance boosts frequencies at the cutoff point; at maximum it causes self-oscillation
Concept L1 Foundations EB

Supporting — enrichment, not gating

An LFO is a sub-audio oscillator used as a control source to cyclically modulate another module's parameter
Concept L1 Foundations EB
Envelopes require a trigger to fire; LFOs cycle continuously without intervention — both share rise and fall stages
Concept L1 Foundations EB
An envelope is just a CV shape: it can modulate any patchable parameter, not only amplitude
Principle L2 First instrument EB
Modulating a low filter's cutoff with an envelope while resonance is high adds spectral movement and bite to each bass note
Procedure L2 First instrument EB
Filter slope steepness is measured in dB/octave; each pole adds 6 dB/oct of attenuation
Concept L2 First instrument EB
VCAs (Voltage Controlled Amplifiers) are among the most important utility modules in Eurorack — 'you can never have too many'
Principle L2 First instrument E
An attenuator is a VCA without voltage control — a fixed-gain module used to scale CV and audio signals
Concept L1 Foundations E
An attenuverter scales a signal from full positive through zero to full inverted with one knob
Concept L1 Foundations EB
Modulating the pulse width of a square wave produces chorusing and Doppler-shift timbral effects
Concept L1 Foundations EBH
A short pitch-envelope sweep at note onset adds punch to a modular bass sound without a distortion stage
Procedure L2 First instrument EB
A static DC voltage (offset) can open VCAs, transpose pitch, reset sequencers, and bias any CV destination
Concept L2 First instrument E
A slew limiter caps how fast a voltage can change, turning stepped CV into glide (portamento)
Concept L1 Foundations EB