JUCE
JUCE copied to clipboard
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
### Detailed steps on how to reproduce the bug Several places in the code check `__clang_major__` without apparently being aware that there are two compilers called clang: the one released...
### Detailed steps on how to reproduce the bug 1. submit to the ios app store 2. get an email like this: ``` ITMS-91053: Missing API declaration - Your app’s...
### Detailed steps on how to reproduce the bug webkitgtk introduced the 4.1 API more than a year ago. It is the same as the 4.0 API but uses libsoup3...
### Detailed steps on how to reproduce the bug Right clicking on an embedded ```juce::WebBrowserComponent``` inside Logic repeatedly is causing the plugin to crash with Logic presenting the "An Audio...
### Detailed steps on how to reproduce the bug A problem could be reproduced on a modified DemoRunner example (modified Main.cpp -> Main.txt attached). 1. Add a dummy menu_model_t class...
Solves #1373.
### Detailed steps on how to reproduce the bug Clone/Download the repository. Cloned repository doesn't have accompanying GPL license clause, only a non-free EULA. ### What is the expected behaviour?...
### Detailed steps on how to reproduce the bug 1) use a non-existent source directory with BinaryBuilder 2) Note the output `Source directory doesn't exist: ...` 3) Note the return...
This fixes an issue where when the package loading fails, the error message is ignored and is not reported to the user. This is being upstreamed here: https://github.com/steinbergmedia/vst3_public_sdk/pull/68
If the MessageManager is deleted (via e.g. deleteInstance()) and then re-created in the same process, the next time that a top-level window is created, the process will crash because the...