plan_drum_variation
Plan deterministic timing and velocity humanization for drum patterns, with an optional final-bar fill, preserving unrelated notes and rejecting collisions.
Instructions
Plan deterministic bounded timing and velocity humanization plus an optional explicit final-bar fill. Preserves unrelated notes and rejects collisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | Yes | ||
| fill | No | ||
| grid | Yes | ||
| seed | Yes | Deterministic variation 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. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| startBar | Yes | ||
| laneNotes | Yes | Unique drum pitches to humanize. | |
| timingAmount | Yes | Maximum timing movement as a fraction of the selected grid step. | |
| velocityAmount | Yes | Maximum velocity movement. | |
| preserveAccentsAbove | Yes | Required threshold; do not alter velocity at or above it. |