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.
This PR proposes a fix for a deadlock which could happen when using Apple's internal audio devices, especially right after changing the sample rate of the device. This problem was...
This Pull Request adds an function overload to ValueTree sort, which takes a lambda, so that sorting of ValueTree children can be done in one line instead of creating an...
Sometimes it may be necessary to not only change the name or unit of a parameter at runtime but also to change the number of steps and notify the host...
This PR contains several small fixes related to program handling for VST3 plugins. I think each commit is self-explanatory. Let me know if further discussion is required or something is...
The AU plugins from the Roland Cloud collection (e.g. [JX3P](https://www.roland.com/us/products/rc_jx-3p/)) report that they are already set to a sample rate of 44.1 kHz when they are first instantiated. This is...
According to Steinberg VST usage guidelines: > Whenever VST® is used or the SDK has been used to create a product or the SDK is included (Open-source [GPLv3 ](https://www.gnu.org/licenses/gpl-3.0.en.html)case), it...
### Detailed steps on how to reproduce the bug When running the demo app ProcessingAudioInputTutorial, I get the error `Failed to read from input stream: ErrorDisconnected` every time I connect...
### Detailed steps on how to reproduce the bug Regular build on the powerpc64le architecture. Error log: ``` -- Building juceaide CMake Error at libs/JUCE/extras/Build/juceaide/CMakeLists.txt:101 (message): Failed to build juceaide...
### Detailed steps on how to reproduce the bug - 7.0.1 has this issue, haven't test on 7.0.0 - 6.1.6 don't have this issue, is stable 1 normal build the...