home/ modules/ tuning-systems-and-temperament

Tuning Systems: Temperament and Just Intonation

  • learner can compare equal temperament, just intonation and historical temperaments in cents
  • learner can build Pythagorean and meantone/well temperaments and explain their tradeoffs
  • learner can sequence alternative equal temperaments and non-Western tunings in a sequencer

Produce a short comparative demo: play the same chord progression in 12-TET, just intonation and one historical temperament, quantify the differences in cents, then re-render it in an alternative EQT (e.g. 19-TET) and a non-Western scale (pelog/pentatonic) via a sequencer's tuning support.

Every synth defaults to 12-TET, so most live coders never hear how much tuning shapes a set: a sustained drone in just intonation locks into beatless purity that no equal-tempered pad can match, while a gamelan-flavored pattern in pelog simply cannot be played on the default grid. This module builds toward one whole task — a comparative tuning demo where the same chord progression is rendered in 12-TET, just intonation, a historical temperament, an alternative equal temperament, and a non-Western scale, with the differences quantified in cents. That deliverable is exactly what you need before committing to a tuning for a drone set, an ambient release, or a microtonal collaboration.

The arc starts supported: first drill the cent as a logarithmic measure until converting ratios to cents is automatic, then A/B a tempered fifth against a natural 3:2 fifth on sustained tones and hear the ~2-cent gap. From there, build the Pythagorean stack of fifths by hand and discover the comma that refuses to close — which motivates meantone and well temperaments as historical fixes with distinct key colors. Only then move to the sequencer: SuperCollider’s Pbind pitch hierarchy (stepsPerOctave and scale) is the JIT how-to for re-rendering the progression in 19-TET and pelog without rewriting any pitch logic.

The required atoms gate the capstone directly: without the cents unit there is no quantification; without the temperament atoms there is nothing to compare; without the Pbind tuning chain there is no re-render. The supporting atoms — the harmonic series, the 2:1 octave, the chromatic semitone grid — refresh the acoustic ground these systems are all negotiating with, deepening the demo without being needed to complete it.

Atoms in this module

Required — these gate the capstone

Equal temperament divides the octave into equal logarithmic steps, trading slight detuning for unlimited modulation
Concept L1 Foundations A
Equal temperament divides the octave into 12 equal semitones; just intonation uses pure frequency ratios — the two differ by cents
Concept L3 Craft AB
Just intonation tunes intervals to small-integer frequency ratios to eliminate beats with harmonic timbres
Concept L2 First instrument A
Tempered intervals differ slightly from just ratios: a tempered fifth is ~2 cents narrower than the natural 3:2 fifth
Concept L2 First instrument AB
A cent is 1/100 of a semitone; cents are logarithmic so intervals add while ratios multiply
Fact L0 Orientation AB
The Pythagorean scale is built from stacked perfect fifths (3:2) but cannot close back to the octave exactly
Concept L2 First instrument A
Meantone and well temperaments trade unlimited modulation for purer intervals and distinct key colors
Concept L3 Craft A
Non-12-tet equal temperaments (7-tet, 10-tet, 19-tet, etc.) are viable musical systems matched to specific timbres
Concept L3 Craft AB
19-TET adds pitches between the cracks of standard 12-note tuning while keeping octaves aligned
Fact L3 Craft A
Pelog is a seven-note Indonesian scale whose pitches do not correspond to any notes in 12-TET
Fact L3 Craft A
SuperCollider Pbind's pitch hierarchy supports alternative tunings via stepsPerOctave and scale
Concept L2 First instrument AF

Supporting — enrichment, not gating

A musical tone is a complex blend of harmonic partials whose ratios are whole-number multiples of the fundamental
Concept L1 Foundations AB
Notes an octave apart share a 2:1 frequency ratio, which is why the ear hears them as the same pitch class
Concept L1 Foundations A
The chromatic scale divides the octave into 12 equal semitones, one for each adjacent key on the keyboard
Fact L1 Foundations A