Pure Data engine for VCV Rack containing:
- 6 inputs
- 6 outputs
- 6 knobs
- 6 lights (RGB LEDs)
- 6 switches with RGB LEDs
This is maintained by Porres, please support me on https://www.patreon.com/porres.
This works is based on an old and abandoned project called Prototype, which used to run Pd patches via libpd. You don't need Pure Data installed in your system, but of course it's nice if you do as you can call it via VCV to edit patches.
Set up your build environment like described here, including the dependencies: https://vcvrack.com/manual/Building
Additionally:
pacman -S mingw-w64-x86_64-premakebrew install premakesudo apt install premake4sudo pacman -S premakeexport RACK_DIR=/set/path/to/Rack-SDK/make dep
make- Wes Milholen: panel design
- Andrew Belt: host code
- CHAIR (Clemens Wegener, Max Neupert): libpd
- Porres, worked on the old prototype module, stripped down to Pd only, ported to VCV2 and made some other changes to create this project