midi_get_notes
Retrieve MIDI notes from a specified item. Use max_results to cap the output for manageable context size.
Instructions
Get notes in a MIDI item (capped at max_results to limit context size).
Args: item_index: MIDI item index. max_results: Max notes to return (default 500, hard ceiling 10000). Use midi_count_events for total count first if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| max_results | No |