add_module
Adds a synthesizer module to an existing VCV Rack patch, specifying plugin name, model, and optional rack position.
Instructions
Add a module to an existing patch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Module model name (e.g., 'VCO', 'VCF') | |
| plugin | Yes | Plugin name (e.g., 'Fundamental', 'Bogaudio') | |
| filepath | Yes | Path to the .vcv patch file | |
| position_x | No | X position in rack units (optional) | |
| position_y | No | Y position (row, usually 0) |