mcp_opendaw_render_range
Specify start and end beats to render a project section for quick A/B comparison during mixing, exporting a WAV file with optional sample rate.
Instructions
Render only a portion of the project (e.g. chorus only) for quick A/B comparison.
start_beat: Start position in beats (0 = project start). end_beat: End position in beats. filename: Output filename (without .wav extension). sample_rate: Export sample rate (default 48000).
Uses OfflineEngineRenderer with custom range. Faster than full export for checking specific sections during mixing.
Returns the path to the exported WAV and audio metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_beat | Yes | ||
| filename | Yes | ||
| start_beat | Yes | ||
| sample_rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |