mcp_opendaw_export_effect_chain
Export an audio or MIDI effect chain from an Audio Unit as a base64 preset for transfer and later import.
Instructions
Export an effect chain (audio or MIDI) from an AU as a base64 preset.
Uses PresetEncoder.encodeEffects — serializes the effect chain into a preset binary. Can be imported into another AU via import_effect_chain.
unit_index: AU index to export from. effect_type: "audio" for audio effects, "midi" for MIDI effects.
Returns base64 preset bytes, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| effect_type | No | audio |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |