get_notes_from_clip
Retrieve MIDI notes from a specified clip in Ableton Live, filtered by pitch and time windows. Enables programmatic note extraction.
Instructions
Get the MIDI notes in a clip within the given pitch/time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| from_time | No | ||
| time_span | No | ||
| clip_index | Yes | ||
| from_pitch | No | ||
| pitch_span | No | ||
| track_index | Yes |