get_clip_notes
Extracts all MIDI note data from a specified clip in Ableton Live, returning details like pitch, start time, duration, velocity, and mute state.
Instructions
Get all MIDI notes from a clip.
Parameters:
track_index: The index of the track containing the clip
clip_index: The index of the clip slot containing the clip
Returns note data including pitch, start_time, duration, velocity, and mute for each note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_index | Yes |