mcp_opendaw_set_effect_parameter_bool
Set a boolean parameter on an audio effect, such as compressor lookahead or gate inverse, to enable or disable specific device features.
Instructions
Set a boolean parameter on an audio effect.
Covers device-specific boolean fields not exposed through the generic float setter:
Compressor: lookahead, automakeup, autoattack, autorelease
Gate: inverse
Maximizer: lookahead
StereoTool: invertL, invertR, swap
NeuralAmp: mono
Delay: freeTimeSync (if available)
unit_index: Audio unit index. effect_index: Effect position in the chain (0-based). parameter_name: Boolean field name (e.g. "lookahead", "automakeup", "inverse", "mono"). value: true or false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| unit_index | Yes | ||
| effect_index | Yes | ||
| parameter_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |