mcp_opendaw_save_project
Save your openDAW project as a .odaw binary file for backup or later restoration. Specify a filename without extension, and the tool outputs file path, size, and box count.
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 |