get_arrangement_clip_notes
Extract MIDI note data (pitch, timing, velocity, mute status) from a specific clip in an Ableton Live arrangement. Enables programmatic access to note properties for analysis or modification.
Instructions
Read all MIDI notes from an arrangement clip. Returns a list of notes with pitch, start_time, duration, velocity, and mute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |