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 **Steps To Repro** 0. run app on windows 1. Host a VST3 Plugin in JUCE 2. create and display the editor...
### Detailed steps on how to reproduce the bug In a newly-cloned repo... ```sh cmake -B build -S . -DJUCE_BUILD_EXAMPLES=1 cmake --build build ``` I'm posting this to revisit #1051,...
[See the forum post for details](https://forum.juce.com/t/2-small-texteditor-bugs/51239)
See [this forum post](https://forum.juce.com/t/giving-caretcomponent-a-bit-of-love/51094)
Use canSelectDirectories flag in iOS native FileChooser
I've been struggling with a lot of people and software designers who decided to prioritize "user-friendly" osc addresses (e.g. with spaces : /my super/address) against OSC specification compliance. Those are...
When playing around with JUCE and OpenGL I noticed my program was doing essentially nothing but showed high CPU usage. Trying from a fresh and latest version of JUCE, an...
### Detailed steps on how to reproduce the bug Animation of the JUCE logo is wasting system resources. There should be an option to use a fire-once-timer in order to...
### Detailed steps on how to reproduce the bug 1. create a new plugin with a basic JUCE slider and a button that resizes the plugin window via `setSize()` 2....
i've tested this on intel and arm64 but only on macos12. ~~i know for a fact this worked in april of this year but then i was on macos 11...