mcp_opendaw_connect_modular_modules
Connect two modules in a Modular device by specifying source and target module indices and connector names. Creates a patch cable for audio routing.
Instructions
Connect two modules in a Modular device (create a patch cable).
au_index: Audio unit index. effect_index: Effect index within the AU. source_module_index: Index of the source module. source_output_name: Name of the output connector (e.g. "Output", "Result"). target_module_index: Index of the target module. target_input_name: Name of the input connector (e.g. "Input", "X", "Y").
Returns success or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| au_index | Yes | ||
| effect_index | Yes | ||
| target_input_name | Yes | ||
| source_output_name | Yes | ||
| source_module_index | Yes | ||
| target_module_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |