lesson

Updated 6 days ago Β· 1 view
Imagine starting with a massive block of marble and chiseling away everything that does not look like a statue. Subtractive synthesis works the exact same way with sound.
You start with a raw, buzzing wave packed with frequencies, carve away the harsh overtones you do not want, and shape the final volume over time.
Where does this raw block of sound come from before we begin carving it down?
1. The Source: Voltage-Controlled Oscillator (VCO)
The Voltage-Controlled Oscillator (VCO) generates a continuous, raw audio waveform at a specific pitch determined by electrical voltage.
Unlike a pure sine wave, subtractive synthesis relies on harmonically rich wavesβlike sawtooth and square wavesβwhich contain dense stacks of higher frequencies called harmonics.
πA clean interactive diagram showing raw oscillator waveforms and their frequency spectrums. A tab switcher lets the user choose between 'Sawtooth Wave' and 'Square Wave'. On the left, display an oscilloscope view of the repeating time-domain waveform. On the right, display a frequency spectrum graph (amplitude vs. frequency) showing the fundamental pitch peak and a rich series of harmonic spikes. Highlight the label 'Harmonically Rich Source' in electric blue (#2563eb). Light background (#f8fafc), dark navy text (#1e2945), rounded 12px card, clean layout responsive to 350px width.
In 1964, engineer Robert Moog standardized using controlled voltages to change oscillator pitch dynamically, replacing giant room-sized lab equipment with musical keyboards.
Now that the oscillator is generating a continuous, bright drone, how do we remove the sharp high frequencies to change its timbre?
2. The Sculptor: Voltage-Controlled Filter (VCF)
The raw audio signal flows directly from the VCO into the Voltage-Controlled Filter (VCF), which selectively suppresses specific frequency ranges.
The most common filter is the low-pass filter (LPF), which lets low frequencies pass through while cutting frequencies above a user-selected cutoff frequency.
πAn animated diagram of a Low-Pass Filter (VCF) in action. Show a frequency spectrum before the filter (full of tall harmonic bars across low, mid, and high frequencies). An adjustable vertical slider labeled 'Cutoff Frequency' moves left and right. As the cutoff slider moves left, the high-frequency bars fade out and turn light gray, leaving only the low-frequency bars active in bright blue (#2563eb). A small curve line illustrates the filter slope (rolloff). Responsive layout under 350px, light theme with white card (#ffffff), crisp borders (#e2e8f0), dark text (#1e2945).