mcp_opendaw_load_effect_preset
Load an .opb preset file and apply its effect chain to a specified audio unit in the DAW.
Instructions
Load a .opb preset file into the DAW and apply it to an audio unit.
Reads the preset bundle, decodes the effect chain via PresetDecoder, and inserts it onto the specified audio unit. If unit_index is -1, uses the primary (first non-output) audio unit.
filepath: Path to the .opb preset bundle file. unit_index: Target audio unit index. -1 = primary instrument unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| unit_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |