midi_get_notes
Get notes from a MIDI item in REAPER, with a configurable limit to control context size. Useful for reading note data for analysis or editing.
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 |