get_clip_notes
Retrieve all MIDI notes from a specified clip, including pitch, timing, velocity, and mute status.
Instructions
Read all MIDI notes from a session clip. Returns a list of notes with pitch, start_time, duration, velocity, and mute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |