connect_modules
Connect two modules in a VCV patch by specifying source and destination module IDs and port indices.
Instructions
Connect two modules with a cable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Cable color (hex, e.g., '#ff5252') | |
| filepath | Yes | Path to the .vcv patch file | |
| to_input | Yes | Input port index | |
| from_output | Yes | Output port index | |
| to_module_id | Yes | Destination module ID | |
| from_module_id | Yes | Source module ID |