plan_midi_humanization
Plan deterministic timing and velocity humanization for selected MIDI notes, preserving expression and preventing same-pitch collisions.
Instructions
Plan deterministic bounded timing and velocity humanization for exact MIDI note IDs. Preserves expression metadata and rejects new same-pitch collisions.
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. | |
| noteIds | Yes | Unique stable note IDs to humanize. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| gridBeats | Yes | Reference grid step in beats, including fractional triplet values. | |
| maxVelocityOffset | Yes | Maximum absolute velocity movement. | |
| maxTimingOffsetBeats | Yes | Maximum absolute timing movement in beats; must not exceed half gridBeats. |