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 1. I set JUCE_USE_WINRT_MIDI macro on. 2. I use MidiInput::getAvailableDevices() and MidiOutput::getAvailableDevices() to get midi device list. 3. They returns empty...
Opening some JUCE VST3s in FL Studio's patcher can cause crashes because `process()` may be called before `setActive()` (likely due to race condition in FL Studio). This workaround adds an...
### Detailed steps on how to reproduce the bug There are two aspects of this issue; each of them could be argued whether it is a JUCE bug or not,...
Building an app for Mac & Windows on JUCE 5.4.4. We subclass `JUCEApplication` and override `initialise()` and `anotherInstanceStarted()`. - `moreThanOnceInstanceAllowed` is returning `false` Let's say we launch the app `myapp...
To receive Multicast packets on available network interfaces it's necessary to join the multicast group on all network interfaces individually. Currently it's not possible to control which network interface will...
### Detailed steps on how to reproduce the bug Tested on both Standalone Plugin and Basic GUI Application. 1) Create JUCE App 2) Try to set a crash handler i.e....
### Detailed steps on how to reproduce the bug - configure JUCE to build the extras - build JUCE with extras - export the `XDG_CONFIG_HOME` envvar, setting it to `/tmp/`...
All include paths set by JUCE are regular, non-system ones, -except- if a vst2 sdk path is set, in which case both the vst2 sdk path and the vst3 sdk...
### Detailed steps on how to reproduce the bug  ### What is the expected behaviour? It should exit normal, without any error ### Operating systems Windows ### What versions...
### Detailed steps on how to reproduce the bug Hi All, [Bug]: JUCE_x86 failed to setup due to "The code execution cannot proceed because clang_rt.asan_dynamic-x86_64.dll was not found" on ASAN...