add_notes_to_clip
Insert MIDI notes into a specific clip by providing track and clip numbers, with full control over pitch, timing, duration, velocity, and mute state. Create or modify musical sequences directly in Ableton Live's clip slots.
Instructions
Add MIDI notes to a clip.
Parameters:
track_index: Track number (1-based).
clip_index: Clip slot number (1-based).
notes: List of note dictionaries, each with pitch, start_time, duration, velocity, and mute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |