mcp_opendaw_add_modular_module
Add a gain, delay, multiplier, audio-input, or audio-output module to a modular device at a given audio unit and effect index in openDAW.
Instructions
Add a module to a Modular device.
au_index: Audio unit index. effect_index: Effect index within the AU. module_type: One of "gain", "delay", "multiplier", "audio-input", "audio-output". label: Optional label for the module. x, y: Position in the modular editor grid.
Returns the new module's index and info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| label | No | ||
| au_index | Yes | ||
| module_type | Yes | ||
| effect_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |