Teteros
Teteros
For the record the audio input/output on bridge mode works too. Passes sound from JACK as expected.  It's just the `MIDI-1` module in Bridge mode that seems affected for...
> Seems that the VST folders is re-arranged (not that I have experience with VST) and that the filename is changed. You're probably using the later versions which aren't compatible....
> Radium is actually the latest release of JUCE I've edited message to correct that already, yes. Seems I got confused because re-reading JUCE's [VST2 announcement](https://forum.juce.com/t/the-future-of-vst2-support-in-juce/28077) I realized they just...
Definitely, they seem to be actively sending notices to any project including `aeffectx.h` (or other files from the VST2 SDK) in the repo. GitHub's pretty transparent with this: https://github.com/github/dmca/search?q=steinberg Even...
Do you have `build-essential` installed? It seems like you don't have gcc packages. We could go on a jitsi/discord/riot.im call if you'd like so we can screenshare and figure it...
gcc -dumpversion command outputs anything for you?
does doing export GCC=gcc then running the make help?
You don't need to do make veryclean anyway by the way, this is only needed if you want to clean up existing compilation files. This line failed: /bin/sh: 1: cd:...
It's to populate System Plugins store for Qt5 I believe. Radium doesn't do this in run_radium.sh script I think because the `find_moc_and_uic_paths.sh` script is ran at build not runtime.
Also remember to also build radium itself, not just packages: RADIUM_QT_VERSION=5 BUILDTYPE=RELEASE ./build_linux.sh -j $(nproc) after you ran "make packages". > how do I install it system wide `sudo -E...