mcp_opendaw_load_audio
Load an audio file (WAV, MP3, FLAC, or OGG) into the DAW project by specifying its absolute file path and an optional display name.
Instructions
Load an audio file (WAV/MP3/FLAC/OGG) into the DAW project.
file_path: Absolute path to the audio file on disk. If the file is inside the headless-daw/public/ directory, it will be fetched via URL (much faster for large files). Otherwise loaded via base64. name: Optional display name (defaults to filename).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |