← All modules
AvailableMIDI & Modulation

Humanize

Add timing and velocity jitter for human feel.

About

Humanize makes machine-perfect notes slightly imperfect, the way a real player is. Timing jitter shifts each note forward by a random amount up to 50 ms; velocity randomization adds or subtracts up to 32 units. The randomness is seeded by a running counter hashed through murmur3, so the same sequence of notes gets the same imperfections every time — natural feel that survives an offline render.

The timing offset is always forward (positive) so the module adds no latency and never moves a note earlier than its trigger. This is the standard convention for humanize effects: the grid is the earliest a note can land, and the jitter only pushes it later.

Signal graph.

Experimental

A sketch of the signal path, in the order of the parameter groups.

How it works.

Each noteOn is offset in time and velocity by a deterministic pseudo-random value derived from a running note counter hashed through murmur3's finalizer, keyed by the seed parameter. The timing offset is always forward (0 to max) so the module adds no lookahead latency. Velocity is clamped to 1–127 after randomization.

Part of these racks.

A rack is a fixed rig: several modules already wired together, playable as one instrument. This module is one of the pieces.

  • Humanized Pluck

    Humanize loosens the timing and velocity of a Pluck voice before a wide stereo chorus.

    Start the chord loop, then change Humanize or Chorus while it plays.

    3 modules · humanize → pluck → chorus

Goes well with.

Preview

Pitch Shift

Transpose notes by semitones and octaves.

Preview

Velocity

Shape, compress, or randomize note velocities.

Preview

Chord

Turn single notes into chords.

Preview

Arpeggiator

Walk held notes through a rhythmic pattern.