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

### Detailed steps on how to reproduce the bug Build the AudioPlaybackDemo project for Android and execute it on a device which runs Android 10+ (API 29+). Result: `createInputStream()` returns...

How to reproduce: ``` % cd extras/Projucer/Builds/LinuxMakefile % nix-shell -p xorg.libX11 xorg.libXinerama xorg.libXext freetype gnome3.gtk pkgconfig curl gnome3.webkitgtk % make -j2 CONFIG=Release % build/Projucer ``` Backtrace: ``` Thread 6 "VersionChecker"...

See https://forum.juce.com/t/blockingmessage-accessing-messagemanager-lock-that-went-out-of-scope/51901 Thank you for submitting a pull request. Please make sure you have read and followed our contribution guidelines (.github/contributing.md in this repository). Your pull request will not be...

This trivial patch allows one to include generated files in the list of SOURCES of `juce_add_binary_data`. Example: ``` # create a zip of dir foo/ add_custom_command(COMMAND ${CMAKE_COMMAND} -E tar "cfv"...

While the keyboard component is quite flexible, it does not allow having non-uniform key width of the same color as the relevant method `getRectangleForKey` can not be overridden and its...

JACK [metadata](https://github.com/jackaudio/jack2/blob/master/common/jack/metadata.h) allows for ports to be marked as "[CV](https://linuxmusicians.com/viewtopic.php?f=1&t=20701&p=112242)", facilitating both a software modular synth environment and a connection with real world modular synths. Might it be possible to...

### Detailed steps on how to reproduce the bug https://github.com/BespokeSynth/BespokeSynth/issues/500 as described in this issue, BespokeSynth, that uses Juce for its audio processing, crashes directly on startup, when used with...

### Detailed steps on how to reproduce the bug I noticed after upgrading from the 6.1.2 to the 6.1.6 version of JUCE that the UI responsiveness of the debug build...

Adds an implementation of the Stack Blur algorithm as described here: https://observablehq.com/@jobleonard/mario-klingemans-stackblur Stack blur is a significantly faster blurring algorithm than the existing Gaussian blur, especially at higher blur radiuses....

### Detailed steps on how to reproduce the bug While animating a child component’s transform, JUCE invalidates the parent OpenGL context’s cachedImage, which causes spurious triggerRepaint calls, resulting in extra...