mcp_opendaw_set_effect_parameter_string
Set a string parameter on an audio effect (e.g., Waveshaper equation). Specify the effect index, parameter name, and string value to configure it.
Instructions
Set a string parameter on an audio effect (e.g. Waveshaper equation).
unit_index: Audio unit index. effect_index: Effect position in the chain. parameter_name: Parameter name (e.g. "equation"). string_value: String value (e.g. "hardclip", "tanh", "cubicSoft", "sigmoid", "arctan", "asymmetric").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| effect_index | Yes | ||
| string_value | Yes | ||
| parameter_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |