mcp_opendaw_export_mix
Render the full project mix to a WAV file using offline rendering. Specify the output filename and sample rate to get the exported audio path and metadata.
Instructions
Render the full project mix to a WAV file.
Uses OfflineEngineRenderer (same as render_full). The 'method' parameter is accepted for backward compatibility but always uses offline rendering (faster, no engine needed).
filename: Output filename (without .wav extension). sample_rate: Export sample rate (default 48000). method: 'offline' (default), 'realtime', or 'auto' — all use offline.
Returns the path to the exported WAV and audio metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | offline | |
| filename | Yes | ||
| sample_rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |