get_clip_notes
Read all MIDI notes from a specific Ableton Live clip, returning pitch, timing, velocity, and mute state as structured JSON for analysis or editing.
Instructions
Read all MIDI notes from a clip. Returns JSON with a list of notes (pitch, start_time, duration, velocity, mute, and note_id when available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |