humanize_midi_notes
Apply deterministic timing and velocity humanization to selected MIDI notes in Ableton Live clips, with exact grid control and guarded dry-run confirmation to prevent unwanted changes.
Instructions
Plan or apply guarded deterministic MIDI timing and velocity humanization with exact clip, grid, and complete native note readback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | Yes | Deterministic humanization seed. | |
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| noteIds | Yes | Unique stable note IDs to humanize. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| gridBeats | Yes | Reference grid step in beats, including fractional triplet values. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| maxVelocityOffset | Yes | Maximum absolute velocity movement. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. | |
| maxTimingOffsetBeats | Yes | Maximum absolute timing movement in beats; must not exceed half gridBeats. |