mcp_opendaw_save_effect_preset
Save an audio effect chain as a shareable .opb preset file. Specify the unit and effect index, name, and optional description to create a preset for loading into openDAW.
Instructions
Save an audio effect chain as a .opb preset file.
Encodes the specified effect (and its position in the chain) into an openDAW preset bundle (.opb) using PresetEncoder.encodeEffects(). The file can be shared, drag-and-dropped into openDAW, or loaded via mcp_opendaw_load_effect_preset.
unit_index: Audio unit index containing the effect. effect_index: Index of the effect within the unit's audio effect chain. name: Preset name (shown in preset browser). description: Optional description of what the preset does. output_path: Directory to save the .opb file. Defaults to OPENDAW_EXPORT_DIR or /tmp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| unit_index | Yes | ||
| description | No | ||
| output_path | No | ||
| effect_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |