Would it be Possible to Manipulate VCV Rack using Python Script?

Check out this thread and the linked github repo:

@jerrysv created an HTTP server that runs in Rack. To accomplish your goal, you would have to create all the necessary Rack functionality as a Rack plugin written in C++ (list all modules, manipulate knobs, etc), hook them up to an HTTP API running a server similar to described above, and then you could interface with your HTTP server from any other sort of application.

1 Like