JUCE icon indicating copy to clipboard operation
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.

Results 279 JUCE issues
Sort by recently updated
recently updated
newest added

### Detailed steps on how to reproduce the bug Steps to Reproduce: 1. Open MPEDemo.jucer. 2. Compile the source code. 3. Run the application. 4. Interact with the notes sequentially...

### Detailed steps on how to reproduce the bug Juce 7.0.11+ 1. Create empty `AudioTransportSource` instance 2. Call `hasStreamFinished` method App crashes with nullptr exception ---- All functions except `hasStreamFinished()`...

On 2017, the JUCE team [showed interest](https://forum.juce.com/t/juces-fft-wrappers-are-slow-and-bug-prone/23807/2) in fixing the double size memory requirement of `juce::FFT`, this PR does this while also removing duplication and complication in the code. Fabian...

### Detailed steps on how to reproduce the bug We have the issue that our plugin has repaint issues if a juce::List is repainted due to key up/down presses, selecting...

### Detailed steps on how to reproduce the bug (see also the forum thread [here](https://forum.juce.com/t/blank-white-screen-after-plugin-was-closed-and-opened-again/59281/11) auv3 plugins running in ableton 11 on macos 14 will crash ~100% of the time...

### Detailed steps on how to reproduce the bug 1. Run the Juce application (Full screen) on rpi board 2. launch multiple times, sometime App display with offset on left...

Linux operation system is Ubuntu 20.04 64bit but windows can support.

Add the energy (sum of squares) to the output of the StatisticsAccumulator.

### Detailed steps on how to reproduce the bug I tried building the JUCE\extras\WindowsDLL\WindowsDLL.jucer using Visual Studio 2019 (I tried using vs2022 but I get the same issue) But I...

### Detailed steps on how to reproduce the bug With version 7.0.10 (develop branch), the AU plugin compiles, but the DAW does not see it. No errors, everything is fine,...