mcp_opendaw_capture_realtime
Capture live audio output from the DAW engine for a specified duration, including effects and automation. Save as a WAV file.
Instructions
Capture realtime audio output from the DAW engine.
Records the live audio output for a specified duration. The engine must be running (call start_engine first). Useful for capturing live playback with effects, automation, and real-time processing.
duration_seconds: How long to record (float, e.g. 10.0). filename: Output WAV filename (without extension).
Returns file path and size, or error if engine not running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| duration_seconds | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |