get_notes_extended
Fetch all MIDI notes from a clip with extended properties like velocity deviation and release velocity. Specify track and clip indices to access detailed note information in Ableton Live.
Instructions
Read all MIDI notes from a clip with extended properties.
Returns notes with pitch, start_time, duration, velocity, mute, probability, velocity_deviation, and release_velocity.
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 |