Skip to content

Seed

Deterministic note sequencer

Seed parameters

When to use it

Add Seed after a Clock when you want a deterministic, repeating note sequence from a numeric seed — ideal for generative patterns you can recall exactly by seed value.

Parameters

ParameterRangeWhat it does
Bypass0 – 1When on, the device is disabled and MIDI passes through unchanged.
Steps1 – 32Number of steps in the generated sequence (1–32).
Rate0 – 9Clock division for each step — how fast the pattern advances.
Chance0 – 100Probability (0–100%) that a note is allowed through.
Lock0 – 1When on, the current pattern is frozen; changing seed or range won't regenerate.
Seed0 – 255Numeric seed for deterministic pattern generation (0 = random on each reset).
Root Note0 – 115Lowest pitch class used when picking notes for the sequence.
Note Range12 – 48Span in semitones above the root note for random/sequenced pitches.
Density0 – 100How often steps produce notes versus rests (0–100%).
Gate10 – 200Note length as a percentage of the step (10–200%).
Gate Spread0 – 100Random variation applied to gate length (0–100%).
Rest Length1 – 8Duration of rests in steps when a slot is empty (1–8).
Rest Spread0 – 100Random variation on rest length (0–100%).
Velocity1 – 127Default or fixed note velocity (1–127), or velocity scale for this device.
Channel1 – 16MIDI channel (1–16) used for generated or forwarded messages.

Parameter values

Bypass

ValueNameMeaning
0OffDevice is active and processes MIDI.
1OnDevice is bypassed; messages pass through unchanged.

Rate

ValueNameMeaning
08 barsAdvance one step every eight bars.
14 barsAdvance one step every four bars.
22 barsAdvance one step every two bars.
31/1One step per bar.
41/2Half-note steps.
51/4Quarter-note steps.
61/8Eighth-note steps.
71/16Sixteenth-note steps.
81/32Thirty-second-note steps.
91/64Sixty-fourth-note steps.

Lock

ValueNameMeaning
0OffPattern regenerates when seed or range changes.
1OnPattern is locked until unlocked.