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

Makes iterating over SparseSet easier and faster

I'm currently trying to remove as many dependancies as possible from my app. Currently thinking it would be nice to use JUCE's json parsing rather than a 3rd party library...

This is the updated version of PR #900 with following JUCE's PR procedure. In the juce::Label, there is a embedded text editor. I found some colours of the text editor...

### Detailed steps on how to reproduce the bug Build and launch the `DialogsDemo` on Linux with Wayland, open the CalloutBox, and try to edit a value in one of...

Hi, the VST3 host does not notify parameter changes happening as a result of CC on MIDI-in. - open AudioPluginHost from JUCE develop 7c33b21 - load example plugin (see below),...

### Detailed steps on how to reproduce the bug Try to scroll: nothing happened ### What is the expected behaviour? Scrolling should working. Hi. Can you include patch from https://forum.juce.com/t/no-horizontal-scrolling-in-x11/60584...

Added a small helper function which returns true if there are MIDI messages waiting to be sent. This is useful for batch send jobs where one is waiting for a...

### Detailed steps on how to reproduce the bug Hello Everyone! I had the following problem: A button with set Default Resolution, and then a function called by the button...

### Detailed steps on how to reproduce the bug ` auto reloadRegular = juce::Typeface::createSystemTypefaceFor(BinaryData::ReloadRegular_otf, BinaryData::ReloadRegular_otfSize); auto ff = juce::Font(reloadLight); auto fontRescaleSize = juce::jmap(pluginWidth, 763, 1970, 12.f, 30.f); ff.setSizeAndStyle(fontRescaleSize, "Light", 1.f,...