Benedikt Adams
Benedikt Adams
Juce 7 now supports [the LV2 plugin format](https://lv2plug.in/). It's enabled via Projucer the same way the other formats are enabled, by adding a value to the JUCERPROJECT/pluginFormats property: `buildLV2` (as...
Hi, when building the JUCE ARA PluginDemo project through FRUT it fails because it can't find any of the ARA headers, while the Projucer generated Xcode project works fine. Since...
Without this change any paths with spaces won't work
Inherited FontAwesome from juce::DeletedAtShutdown
Hi, I've went through setting up Trusted Signing following this guide: https://github.com/koaladsp/KoalaDocs/blob/master/azure-code-signing-for-plugin-developers.md Unfortunately I just received an email from Microsoft saying, that the validation status of my company is now...
Hi, I'm trying to link to the rive-cpp library and I'm linking against the following libraries, which I could find after building through the provided build script at `rive-cpp/build.sh` ```...
The line ``` source $(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)/${machine}/config_directories.sh ``` in `rive-cpp/dependencies/config_directories.sh` didn't work, when the library was cloned to a file path containing spaces. By first...