home/ modules/ oscillators-and-timbre-shaping

Oscillators & timbre: cores, waveshapers, FM & additive

  • learner can explain sawtooth vs triangle cores and how waveshapers derive further waveforms
  • learner can build FM and complex-oscillator timbres and use a wavefolder to add harmonics
  • learner can apply filter-slope and West-Coast-vs-East-Coast framing to select and explain the harmonic mechanism behind a target timbre

Design three contrasting timbres from a single oscillator core — one subtractive, one FM/complex, one wavefolded — and present them side by side explaining the harmonic mechanism behind each.

On a modular rig — and equally in a live-coded synth patch — the oscillator is where every sound begins, and the fastest way to sound generic is to treat its waveform switch as the whole story. This module builds toward a working sound-design vocabulary: taking one oscillator core and steering it toward radically different timbres on demand, the skill that lets you answer “make that lead more metallic” or “fatten that bass” mid-set instead of scrolling presets.

The arc starts supported. First, ground yourself in how an analog VCO core makes one native waveform and derives the rest through internal waveshapers, and why the sawtooth-vs-triangle core choice colours everything downstream — this explains what “a single oscillator core” in the capstone actually means. Then work each harmonic mechanism as a guided exercise: patch a rich wave through a filter (East Coast), pair two oscillators so one FM- or AM-modulates the other and use the C:M ratio and index to move between pitched and bell-like spectra, then drive a simple wave into a wavefolder and hear harmonics appear rather than disappear. The West Coast vs East Coast contrast atom gives you the map — adding versus subtracting spectral content — that turns three tricks into one coherent framework and supplies the explanatory language the capstone demands.

FM ratio/depth dialing and wavefolder drive are drilled repeatedly inside real patches because the capstone demands fluent, unhesitating control of both. The required atoms gate the capstone directly: without them you cannot build or explain the three timbres. Supporting atoms — additive-synthesis harmonic control, sub-octave outputs, binary-divider subharmonics, curvature-based waveshaping, digital base-width filtering, analog imperfection as character — widen the palette once the core mechanisms are secure.

Runnable examples

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

fm-timbre

note("c3").s("sine").fm(4).fmh(2).fmi(3)

strudel-0204 · CC0

osc (midicps 24 * (1 ~~ 4 $ osc 110)) >> audio

punctual-0006 · CC0-1.0

additive-synthesis

{ Klang.ar(`[[100, 200, 300, 400], [0.4, 0.3, 0.2, 0.1]]) * 0.1 }.play

supercollider-0022 · CC0

Atoms in this module

Required — these gate the capstone

An analog VCO core makes one native waveform; internal waveshapers derive the others from it
Concept L2 First instrument EB
Analog VCOs use either a sawtooth core or a triangle core, each producing different waveform strengths and weaknesses
Concept L2 First instrument EB
FM synthesis varies one oscillator's frequency with another to produce complex sidebands
Concept L2 First instrument EB
A complex oscillator pairs two oscillators so one FM- or AM-modulates the other to enrich a simple wave
Concept L2 First instrument EB
A wavefolder reflects a wave back on itself past a threshold, creating high harmonics instead of clipping
Concept L2 First instrument EB
West Coast synthesis adds harmonics to simple waves; East Coast synthesis filters them from complex waves
Concept L1 Foundations EB

Supporting — enrichment, not gating

Additive synthesis builds sound by independently controlling the level of each harmonic partial
Concept L2 First instrument EB
VCO sub-octave outputs add a square wave one or more octaves below the main pitch to fatten bass sound
Fact L2 First instrument EB
A 4040 binary divider generates integer subharmonics of a master oscillator, creating harmonic series or rhythmic subdivisions
Concept L2 First instrument EB
The base-width filter defines a frequency band by center and bandwidth rather than cutoff and slope
Concept L3 Craft EB
Setting LFO rise and fall curvature in cycle mode selects the output waveform shape
Concept L2 First instrument E
LFO modules used as audio-rate partial generators extend oscillator count cheaply at the cost of aliasing and limited harmonic control
Procedure L3 Craft EB
Analog circuit imperfections become intentional character in sound design and are sometimes digitally recreated
Concept L2 First instrument EB