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 [Containerised repro](https://github.com/Birch-san/juce-repro) using JUCE audio plugin example: ```bash git clone https://github.com/Birch-san/juce-repro.git cd juce-repro docker build --build-arg LLVM_MINGW_VER=20211002 --build-arg XARCH=i686 . ```...

### Detailed steps on how to reproduce the bug After upgrading to JUCE 6.1.6 I'm realizing that when I'm trying get my Mac machine name with SystemStats::getComputerName() it's returning kind...

### Detailed steps on how to reproduce the bug despite of have preallocateBytes function when call append operation operator+= this preallocated space is not taken in consideration. causing calling allocations...

### Detailed steps on how to reproduce the bug [Here](https://github.com/surge-synthesizer/JUCE/blob/086b21be1b08442631dcb58a9abc12acd48fce0a/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/funknown.cpp#L59) ### What is the expected behaviour? n/a ### Operating systems Linux ### What versions of the operating systems? any ###...

These changes are an example of how to implement a class which allows juce::MouseEvent calls to be intercepted and stolen by an external object. This allows for the AAX wrapper...

This is useful for Ableton Link and external MIDI sync

Add option "JucePlugin_AAXRequiresChunkCallsOnMainThread" Prevents crashes while loading sessions in Protools. It explicitly asks Protools to use message thread for chunk calls which improves code safety.

This commit adds a SafePointer to the PopupMenu, so it can use the colours of a targetComponent, as supplied by PopupMenu::Options::getTargetComponent().

…ream's frames per burst over OUTPUT_FRAMES_PER_BUFFER property.

Possible implementation of feature request https://forum.juce.com/t/add-support-for-metal-shaders-in-modules/37963