add_notes_to_clip
Add MIDI notes to an Ableton Live clip using track and clip indices. Specify pitch, start time, duration, and velocity; call repeatedly to build up complex MIDI arrangements.
Instructions
Add MIDI notes to a clip (additive — call repeatedly to build large clips).
Each note dict: pitch (0-127), start_time (beats), duration (beats),
velocity (1-127), mute (bool, optional).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |