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 Using the new QuickJS JS Engine, calling from a script a C function that returns a var() (variant Void) leads to...

This adds options for better OSC Management, that are disabled by default in the Projucer so nothing changes by default. - Allow special characters in address : some software like...

This adds a check for variant.isVoid() in the fromVar function, allowing to have return type var() when calling C functions from script This fixes the issue #1399

This PR allows child classes to override all functions of Viewport. This is interesting when we need to have custom behaviours from a viewport (e.g. temporarily disable some behaviours)

This PR adds support for both OSC receiver and sender for the types int64 (h), double (d), Nil (N), Impulse (I), True (T) and False (F). Many software use those...

### Detailed steps on how to reproduce the bug I was using juce::Graphics::drawFittedText then it caused a memory leak. ### What is the expected behaviour? Detected memory leaks! Dumping objects...

optimization to improve the case where we can get opengl to render a single textured quad if there's a single rectangle cutout of an image that needs repainting

### Detailed steps on how to reproduce the bug Build the WebViewPluginDemo in the JUCE 8 preview and look at - In the js frontend: `properties.numSteps` in `JuceSlider()` - In...

### Detailed steps on how to reproduce the bug Attempt to load a png with either width or height being larger than the maximum bitmap size as reported by ``deviceContext->GetMaximumBitmapSize()``...

### Detailed steps on how to reproduce the bug `AudioFormatReaderSource::getNextAudioBlock()` does not properly handle looping when the source file is shorter than the buffer. The issue was [described on the...