mcp_opendaw_export_preset
Export an audio unit as a base64-encoded binary preset, including all dependencies and optional timeline data.
Instructions
Export an audio unit as a preset (base64-encoded binary).
Uses PresetEncoder.encode — serializes the AU with all dependencies (instrument, effects, MIDI effects, optionally tracks/regions/notes) into a binary preset format. Output is base64-encoded for transport over JSON.
unit_index: AU index to export (must be an instrument, not Output). include_timeline: If true, include tracks/regions/notes in the preset.
Returns base64-encoded preset bytes and metadata, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| include_timeline | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |