mcp_opendaw_set_modular_module_param
Set a parameter on a modular device module in openDAW. Adjust gain (dB) or delay time (ms) by providing module index, parameter name, and value.
Instructions
Set a parameter on a module in a Modular device.
au_index: Audio unit index. effect_index: Effect index within the AU. module_index: Module index. param_name: Parameter name — "gain" for ModuleGain, "time" for ModuleDelay. value: New parameter value (in physical units: dB for gain, ms for delay).
Returns success or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| au_index | Yes | ||
| param_name | Yes | ||
| effect_index | Yes | ||
| module_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |