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.
`AllocationHooks` has a `ListenerList` member variable which was recently updated to allocate on instantiation of its internal listeners list: `const SharedListeners listeners = std::make_shared();` Call to `std::make_shared` allocates which results...
### Detailed steps on how to reproduce the bug I used `RangedDirectoryIterator()` to iterate over a directory with a file whose full path name is longer than `MAX_PATH`. That worked...
### Detailed steps on how to reproduce the bug I am using JUCE through [pedalboard](https://github.com/spotify/pedalboard) for a project and I am encountering an issue with parameters names being conflicted when...
### Detailed steps on how to reproduce the bug Just make sound in the FoleysSynth example in Plugin GUI Magic: https://github.com/ffAudio/foleys_gui_magic The first sinusoid sample has phase -pi which becomes...
This pull request implements multi-touch support for macOS applications and plug-ins using the UPDD, a third party macOS touch driver from [Touch-Base](https://touch-base.com), which supports a wide array of different touch...
### Detailed steps on how to reproduce the bug In any DAW, insert `AudioPluginDemo` on a track. Then close the project, start a new one, and once again insert `AudioPluginDemo`....
The issue has already been discussed here : https://forum.juce.com/t/winrt-midi-output-wrong-device-names/43301 but I figured there may be better activity here... Yes, we know that Microsoft won't do anything for that, so I...
This is an improvement I eyeballed for improving readability/maintainability. Maintainers - feel free to close if there is no interest in this.
### Detailed steps on how to reproduce the bug When calling a C function, if the return value is a var object containing method (using setMethod ), the fromVar() function...
Addresses https://github.com/juce-framework/JUCE/issues/1377 I'm not knowledgeable enough with C++/CMake for it to be obvious to me how to allow either version of this dependency. Would love some feedback if this is...