VCV on Raspberry Pi

I am looking at building a small VCV Rack synth as a project on Raspberry Pi. My hope was to connect a MIDI keyboard, and a small screen with some fixed controls that would be used to communicate with VCV rack.

Is there an API for VCV rack that would allow me to trigger saving and loading of patches? The documentation that I see for the API seems more about the audio and less the interface.

(This may in a sense be off-topic, as it may be more a question about how the OS and VCV Rack work together, but I thought I would start here)

1 Like

If you search here you’ll find info about other attempts to run on a Raspberry Pi

have a look at https://github.com/hexdump0815/sonaremin and https://github.com/hexdump0815/vcvrack-dockerbuild-v1/releases/download/v1.1.6_3/vcvrack.raspbian-v1.tar.gz and as already mentioned search a bit in this community and you’ll find more info …

best wishes - hexdump