get_arrangement_clip_notes
Read MIDI notes from a clip on the Arrangement timeline, including probability and velocity deviation. Provides note data for clips identified by track and clip index.
Instructions
Read the MIDI notes of a clip on a track's Arrangement timeline.
get_clip_notes addresses Session clip slots, so it cannot see notes that live on the timeline and reports "No clip in slot" instead. Use this for Arrangement clips, with the clip_index reported by get_arrangement_clips.
Returns probability and velocity_deviation per note where Live exposes them (has_probability tells you whether it could).
A looped clip stores one copy of its notes and repeats them, so a 16-beat loop stretched across 1147 beats returns 16 beats of notes. Compare loop_start/loop_end against start_time/end_time to see the repetition.
Parameters:
track_index: The index of the track
clip_index: Index of the clip on the timeline, from get_arrangement_clips
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes |