Real life got in the way a few times, but I finally reached the point where I could publish the plugin on GitHub.
So if anyone is interested in trying it out, you can find it here:
Although I’ve only been able to test it on Windows, the plugin should also work on macOS and Linux, as it is built using the standard VCV Rack toolchain.
I’ve also written a complete user manual covering every module, so hopefully everything you need to get started is there. If you run into any issues or have suggestions for improvements, I’d love to hear your feedback.
Thanks for the report, and thanks for trying to build it for MacOS. I’ll report back when I have a fix
It seams to be a clash between the MAX_INPUT I define (id for an input port) and the MAX_INPUT that is defined as the value 1024 in syslimits.h for the MacOS build. As I recall I use MAX_INPUT and MIN_INPUT in several modules, so I better rename them all to someting different. The M_PI is at least “just a warning”, but I’ll have a look at it as well.
Perfect, builds fine now and even the warnings were sorted out. Nice one. I will report back if I find anything amiss, but that is a lots of modules to go through .