mcp_opendaw_export_dry_stem
Export a single audio unit's raw instrument output as a dry stem, bypassing effects and channel strip processing. Useful for re-amping or external processing workflows.
Instructions
Export a single audio unit as a DRY stem (instrument output, no effects/channel strip).
Unlike export_single_stem (which routes through the channel strip with effects), this captures the raw instrument output before any audio effects, sends, or volume/pan processing. Useful for freezing, flattening, or re-amping workflows where you want the clean instrument signal to process externally.
unit_index: Audio unit index to export (must be > 0, not the output AU). filename: Output filename (without .wav extension). sample_rate: Export sample rate (default 48000).
Returns the path to the exported WAV and audio metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| unit_index | Yes | ||
| sample_rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |