dirkleas / rackcli

CLI for VCV Rack for managing your local rack installation and installed plugins
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

plugin/module/patch-specific hacking #6

Open dirkleas opened 6 years ago

dirkleas commented 6 years ago

add the ability to do vendor-specific plugin/module/patch hacking -- examples: tweak settings, pre-populate midi-to-cv settings for a particular midi controller, compute/load chord progressions on your favorite sequencer from external data/input

a real-life example might be composing a desired mixer using cf's epic composable mixer components -- simple CLI invocation and there's your fully wired up custom mixer with 3 mono, 6 stereo, a master channel -- no need to manually add the bits and wire them up. w00t!

rackcli --row 1 --col 3 --custom "cf mixer 3m 6s 1m"

quick CLI invocation, then File, Revert from Rack and you've got your mixer (of course, META-S first if you've got pending changes you'd like to save)...