mcp_opendaw_import_preset
Import a base64-encoded preset to create a new audio unit with all its dependencies in an openDAW project.
Instructions
Import a preset (base64-encoded binary) as a new audio unit.
Uses PresetDecoder.decode — deserializes the preset into the current project, creating a new AU with all its dependencies (instrument, effects, MIDI effects, tracks, notes).
preset_b64: Base64-encoded preset bytes from export_preset.
Returns the new AU's index, type, and label, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset_b64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |