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.
Relevant FR: https://forum.juce.com/t/add-support-for-systemstats-getstackbacktrace-on-android/53026
### Detailed steps on how to reproduce the bug With CMake-based projects, the typical way to enable/disable support for e.g. FLAC, is to add a `JUCE_USE_FLAC=1` (which is the default),...
### Detailed steps on how to reproduce the bug Modal Dialog windows get treated as 'non-showing' if they are not on the front when launched. Ex. Triggering a modal Dialog...
### Detailed steps on how to reproduce the bug While resizing its parent only the OpenGL component gets actually repainted/resized, while its siblings get stuck and repainted/resized after 1/2 seconds......
Fixes https://github.com/juce-framework/JUCE/issues/1118
### Detailed steps on how to reproduce the bug Create a Treeview with only one item that is bigger than the viewport. Scroll down. The item disappear. TreeView::ContentComponent::getAllVisibleItems does not...
I added code comments as documentation to Oversampling with detailed examples of how to use it in a project. Thank you for submitting a pull request. Please make sure you...
Original issue: - On older devices the navigation bars may appear when the application is resumed from the background (Android 6.0 - Nexus 6.0) Changes: - Added `force` parameter to...