MIDI Automation
MIDI automation lets you control your synthesizer’s parameters from an external MIDI controller, sequencer, or DAW.
Patch Automator
Section titled “Patch Automator”The Patch Automator module is the primary way to enable MIDI control of your synth’s parameters. Insert it into a container to make all controls in that container automatable.
- Insert a Patch Automator module into your container
- Connect its MIDI input to your MIDI source
- Open its configuration dialog to assign controllers
The Patch Automator sits inline in the MIDI chain — incoming MIDI passes through it, and assigned CC messages get translated into parameter changes for any controls within the same container.
Assigning Controllers
Section titled “Assigning Controllers”The Patch Automator’s configuration dialog provides:
- Learn — Move a physical MIDI controller, then click a parameter to assign it
- Unlearn — Remove a controller assignment
- Edit — Manually specify MIDI controller numbers
MIDI Controller Types
Section titled “MIDI Controller Types”You can automate parameters using:
- Standard MIDI Controllers (CC 0–127)
- RPN / NRPN messages for extended control ranges
SYSEX Support
Section titled “SYSEX Support”For advanced MIDI hardware, the Patch Automator supports SYSEX messages with special characters:
LL— LSB of parameter valueMM— MSB of parameter valuevv— 7-bit valueSS— Checksum
VST Automation
Section titled “VST Automation”When your patch is exported as a VST plugin, the Patch Automator’s assignments become VST automation parameters. The DAW can then automate these parameters through its own automation lanes.
Important Notes
Section titled “Important Notes”- Avoid feedback loops: Don’t connect controls or Patch Memory modules back into the Patch Automator’s MIDI input — this creates a feedback loop.
- Exception: A simple List Entry connected to the Channel pin is safe.
- The Patch Automator sends MIDI messages when controls change, which is useful for controlling external MIDI hardware.