Skip to content

Turing Machine

A shift-register sequencer inspired by Music Thing Modular’s Turing Machine. A chain of bits shifts on each step, with a probability of the last bit flipping. The result is a sequence that evolves gradually — from frozen loops to pure randomness.

KnobRangeDescription
LEN2–32Register length — how many steps before the pattern can repeat
LOCK0.0–1.0Stability — 1.0 = frozen loop, 0.0 = fully random, 0.5 = evolving
DENS0.0–1.0Probability of a step being active

Three output modes, selectable via toggle buttons:

ModeOutput
NOTERegister bits map to pitch within the note range. Density controls step activity.
GATFixed pitch (center of range). Register bits control which steps are active — useful for hi-hat patterns.
VELAll steps active. Register bits control velocity (0.3–1.0) — for ghost-note grooves.

The Range display shows the MIDI note bounds (e.g. 48–72 = C3–C5). In NOTE mode, the register value is mapped to a pitch within this range.

  • Quantizer — chain after Turing Machine to lock output to a scale
  • Function Nodes — merge mode, seed, presets, step sequencer integration