JUCE
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.
Discussion on the forum about this here : https://forum.juce.com/t/duplicate-events-when-using-addmouselistener-this/64201/10 This adds support for a component to listen for mouse event with proper propagation and "originalComponent" assignation to both itself and...
In the current JUCE, both the `juce::MidiMessage::isNoteOn` and `juce::MidiMessage::isNoteOff` methods allow users to decide how to regard notes with velocity 0. Here, I have also added this option to the...
### Detailed steps on how to reproduce the bug Install Linux with [i3 window manager](https://i3wm.org/). Maybe it's reproducible using other window managers too. Set up a plugin app and add...
This PR adds more operators to be able to use +, - and * and / for both numbers and Vector3D. One exception is the * for vector 3d as...
### Detailed steps on how to reproduce the bug Hello. I understand that OpenBSD is not a targeted system, but I'm hoping that in your good graces you may offer...
The Clang compiler on the Windows platform uses `__declspec(dllexport)`/`__declspec(dllimport)` to export/import dynamic link library symbols, while `__attribute__((visibility("default")))` may not necessarily work as expected.
### Detailed steps on how to reproduce the bug - Create a DynamicObject A - set it a property "valueA" = 1 - Create a script and use registerNativeObject to...