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

Rationale: for syncing multiple plug-in instances especially when host is looping. this way you know absolute sample position from start. (while looping or user changing playhead cannot identify continuity loss...

juce_gui_basics module: add file browser wildcard setter method to FilenameComponent class.

Patch to fix a layout issue with iMessage content sharer modal, more issue on the forum: https://forum.juce.com/t/new-feature-native-content-sharing-support-for-ios-android/25679/3?u=ragnaringi1

To allow conversion in both direction, very useful when you want get data from an http request and have custom scripts that can parse the response

This is a proposal to switch to value based color picker. Hue and saturation are in the ColourSpace view and value is the right slider. It makes more sense for...

Added option to have "floating" scrollbars on viewports (standard behaviour on macOS). Floating scrollbars are drawn on top of the viewed component, instead of side by side. When using this...

This PR adds the shift key as sustain, when using the mouse. This allows the user to enter chords with the mouse. Note that if shift is held, the mouse...

See my JUCE Forum post https://forum.juce.com/t/memory-leak-calling-setstateinformation-on-hosted-vst3-plugin/31660, and test/demo project https://github.com/getdunne/juce-wrapper. I think the leak is caused by the `ComSmartPtr` object getting initialized with a reference count of 2 here, when...