get_clip_notes
Retrieves all MIDI notes from a specified clip in a given track. Use track and clip indices to access note data.
Instructions
Get all MIDI notes in a clip.
Parameters:
track_index: The track index (0-based)
clip_index: The clip slot index (0-based)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |