mcp_opendaw_list_audio_regions
List all audio regions in an openDAW project, showing file name, position, and duration. Specify unit and track indices to filter by track.
Instructions
List all audio regions with file name, position, and duration.
unit_index: Audio unit index. track_index: Specific audio track (-1 = all audio tracks).
Returns list of regions with: region_index, track_index, position_beats, duration_seconds, file_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |