mcp_opendaw_list_notes
List all note events within a region of a track in openDAW. Returns each note's position, duration, pitch, velocity, cent, and chance, sorted by position.
Instructions
List all note events within a region.
Returns each note with position (beats), duration (beats), pitch (MIDI 0-127), velocity (0-1), cent, and chance (0-100).
unit_index: Audio unit index (-1 = search all AUs). track_index: Note track index within the AU. region_index: Region to list notes from (0-based).
Returns list of notes sorted by position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |