mcp_opendaw_get_note_range
Retrieve the pitch range and longest note duration from a note region to determine vocal/instrument range and plan transposition.
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 |