plan_midi_chord_arpeggiation
Plan deterministic arpeggiation for chord onsets, choosing up, down, up-down, or seeded-random traversal with step and gate control.
Instructions
Plan deterministic up, down, up-down, or seeded-random arpeggiation of complete chord onsets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gate | Yes | Note duration as a fraction of stepBeats. | |
| mode | Yes | Pitch traversal order for each complete chord onset. | |
| seed | Yes | Deterministic seed used by random mode. | |
| 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 at complete chord onsets. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| stepBeats | Yes | Spacing between arpeggiated notes in beats. |