add_notes_to_clip
Replace all notes in an Ableton Live clip with new note data, specifying pitch, timing, duration, velocity, and mute status for each note.
Instructions
REPLACES the clip's ENTIRE note content with the given notes (kept name for upstream compatibility). Use edit_notes to add/remove a subset.
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 |