add_notes_to_clip
Replace all notes in an existing Ableton Live clip with a new set, specifying pitch, timing, velocity, and mute for each.
Instructions
REPLACES the clip's entire note content with the given notes. Use edit_notes to add or remove a subset without touching the rest.
notes: list of {"pitch": 0-127 (60 = C3 in Live's naming), "start_time": beats from clip start (float), "duration": beats, "velocity": 1-127, "mute": bool}. Precondition: the clip must exist (create_clip first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |