Fabio Pesari
Fabio Pesari
https://github.com/Houston4444/RaySession/blob/46bccb883c6d5a08a0bbfc3b6fe8c0e4e0085786/Makefile#L6 This line disallows the PREFIX variable from being set, since it assigns it unconditionally. The right line would be ```make PREFIX ?= /usr/local ```
Right now zyn-fusion builds in /opt/ but it'd be nice if it used the traditional paths (such as `/usr/bin`, `/usr/lib` and `/usr/share`) instead of `/opt/` (which I know is also...
Hello, JUCE implemented building VSTs without relying on the proprietary Steinberg SDK since version 4.2.4. Could RPG2A03 be adapted to a later version of JUCE so that it can be...