mcp_opendaw_render_range
Render a selected beat range of your project to a WAV file for quick A/B comparison during mixing. Specify start and end beats to export only the section you need.
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 |