get_notes_from_clip
Get all MIDI notes from a clip in Ableton Live by specifying track and clip indices. Returns pitch, start time, duration, velocity, and mute.
Instructions
Read all MIDI notes from a clip.
Returns a list of notes with pitch, start_time, duration, velocity, and mute.
Prefer get_notes_extended when you need probability, velocity_deviation, or release_velocity per note.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |