get_clip_notes
Retrieve all MIDI notes from a specific Session-view clip, including pitch, timing, velocity, and mute state. Useful for reading note data without modification.
Instructions
Return every MIDI note in an existing Session-view MIDI clip.
Each note includes pitch, start time, duration, velocity, and mute state; newer Live versions may add expression fields. This is read-only and fails for an empty slot or audio clip. Use get_clip_info for clip properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | Zero-based Session-view clip-slot index on the track. | |
| track_index | Yes | Zero-based index of a regular track in the Live set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |