set_arrangement_clip_notes
Replace all MIDI notes in an arrangement clip with new notes, specifying pitch, start time, duration, velocity, and mute state for each.
Instructions
Set MIDI notes on an arrangement clip. Replaces all existing notes. Each note is a dict with keys: pitch (0-127), start_time (beats), duration (beats), velocity (0-127, default 100), mute (bool, default false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_index | Yes | ||
| notes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |