mcp_opendaw_get_note_range
Analyze a note region to retrieve min and max pitch, longest note duration, and note count for planning transpositions.
Instructions
Get the pitch range and max duration of notes in a note region.
Returns min pitch, max pitch, and longest note duration — useful for determining the vocal/instrument range and planning transpose operations.
unit_index: AU index. track_index: Note track index within the AU. region_index: Note region index.
Returns min_pitch, max_pitch, max_duration_beats, note_count, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |