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

### Detailed steps on how to reproduce the bug Reproduction steps: - use `juce::URL::downloadToFile` to download a zip file on iOS. - wait for the DownloadTask `isFinished()` to return true...

### Detailed steps on how to reproduce the bug When utilizing the JUCE Framework with ThreadSanitizer enabled, the application is unable to properly terminate the application. 1. cmake -G Xcode...

### Detailed steps on how to reproduce the bug 1. Load Ubuntu or Ubuntu/Xorg Desktop 2. Build DemoRunner App [or use SystemTrayIconComponent in any app] 3. Launch the built application...

Hi all, This Pull Request contains several correctness patches for Windows, which make JUCE more compiler agnostic on Windows. I am aware that only Microsoft Visual C++ is officially supported,...

### Detailed steps on how to reproduce the bug I have a bug on LinuxMint when i start a Projucer on the terminal. But i have glibc ``` ./Projucer: /lib/x86_64-linux-gnu/libm.so.6:...

### Detailed steps on how to reproduce the bug Create a standalone app, which has a `MidiInputCallback` implemented: ```c++ void MainComponent::handleIncomingMidiMessage(juce::MidiInput *source, const juce::MidiMessage &message) { std::cout

### Detailed steps on how to reproduce the bug in .h file: std::unique_ptr m_LassoComponent; in .cpp file: ::mouseDown(const MouseEvent& e) { m_LassoComponent = std::make_unique(); addChildComponent(m_LassoComponent.get()); m_LassoComponent->beginLasso(e, this); } ::mouseDrag(const MouseEvent&...

Hi! I have been trying out the new WebView features in v8, and I noticed that the current frontend library is incompatible with Typescript. I am submitting this PR to...

This adds default parameter values to the ```juce::WebSliderParameterAttachment``` and JS frontend. This would be useful for displaying default values in a web UI, and could be used to reset values...

### Detailed steps on how to reproduce the bug I tried to do the cross-compiling for arm64 with JUCE on Windows, but it failed due to `error LNK2001: unresolved external...