mcp_opendaw_set_effect_enabled
Enable or bypass a specific effect on an audio unit by providing the unit index, effect index, and a boolean flag for the enabled state.
Instructions
Enable or bypass an specific effect on an audio unit.
unit_index: Audio unit index. effect_index: Effect position in the chain. enabled: true to enable, false to bypass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| unit_index | Yes | ||
| effect_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |