Skip to content

Quantizer

Takes a sequence of notes and snaps each to the nearest scale degree. Most commonly used after a Turing Machine to lock random output to a musical key.

KnobRangeDescription
ROOTC–BRoot note of the scale
OCT LO0–8Lowest octave
OCT HI0–8Highest octave

Select from the dropdown:

Major, Minor, Dorian, Phrygian, Lydian, Mixolydian, Locrian, Pentatonic, Minor Pentatonic, Blues, Harmonic Minor, Melodic Minor, Whole Tone, Chromatic.

Connect a Turing Machine node’s output edge to a Quantizer node, then connect the Quantizer to a Pattern node. The chain works like a signal flow:

  1. Turing Machine generates raw pseudo-random notes
  2. Quantizer snaps every note to the chosen scale
  3. Result is written to (or layered on) the target pattern

This is the most common function node setup — rhythmically unpredictable but harmonically consonant melodies.