mcp_opendaw_get_audio_file_info
Retrieve metadata (file name, start/end time, sample loading state) for an audio region's referenced file to inspect it before processing.
Instructions
Get metadata about the audio file referenced by an audio region.
Returns file name, start/end time in seconds, and sample loading state. Useful for inspecting audio regions before processing.
unit_index: AU index. track_index: Track index within the AU. region_index: Audio region index.
Returns audio file info, 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 |