mcp_opendaw_save_project
Save the current openDAW project state as a binary .odaw file, including all tracks, regions, effects, notes, and settings, to restore later with load_project.
Instructions
Save the current project state to a binary file.
Serializes the boxGraph (all tracks, regions, effects, notes, settings) to an ArrayBuffer and saves it as a .odaw file in the exports directory. Use load_project to restore later.
filename: Name for the saved project (without extension). Returns: file path, size, and box count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |