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 327 JUCE issues
Sort by recently updated
recently updated
newest added
trafficstars

A project with a precompiled header and multiple platforms selected for a single configuration would result in multiple ClCompile entries in the Visual Studio project file, which is an invalid...

### Detailed steps on how to reproduce the bug **Steps to Repro** See jucer file in first comment for an easy repro example. 1. Create a new blank project in...

### Detailed steps on how to reproduce the bug 1. Embed a JUCE component in an X11-based application using the `windowIgnoresKeyPresses` flag: ```c++ component->addToDesktop(juce::ComponentPeer::windowIgnoresKeyPresses, hostWindow); ``` 2. Run application and...

This allows to keep integer data type when calling functions from javascript to Juce

**Description** This PR fixes a security vulnerability in inflate_table() that was cloned from zlib but did not receive the security patch. The original issue was reported and fixed under https://github.com/madler/zlib/commit/6a043145ca6e9c55184013841a67b2fef87e44c0....

### Detailed steps on how to reproduce the bug We've been struggling with a strange issue where suddenly there are lots of `Xruns` when changing the sound card settings. The...

### Detailed steps on how to reproduce the bug Reproducers: https://github.com/izzyreal/JUCE/tree/develop-no-mono-au (see AUv3Synth example) https://github.com/izzyreal/juce-cmake-template/tree/au-no-mono Exact same issue here: https://forum.juce.com/t/au-with-1xstereo-4xmono-output-buses/48557 Note that it's easy to create the desired layout in...

### Detailed steps on how to reproduce the bug Call `LoadImpuseResponse` so an IR is loaded either by the background queue (or when popAll is called by prepare) Call `prepare`...

The `prepareToPlay()` methods of the `juce::ARAPlaybackRenderer` and `juce::ARAEditorRenderer` classes take `ARAPlaybackRenderer::AlwaysNonRealtime` as an argument, but the `juce::AudioProcessorARAExtension::prepareToPlayForARA()` method ignores this argument and defaults to false. This PR allows you to...

### Detailed steps on how to reproduce the bug /usr/local/lib/cmake/JUCE-8.0.6/JUCEConfig.cmake has this line in it: ``` include("${CMAKE_CURRENT_LIST_DIR}/VST3_HELPER.cmake") ``` This breaks consumers because VST3_HELPER.cmake isn't installed. ### What is the expected...