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.
### Detailed steps on how to reproduce the bug This assertion looks overly strict to me, requiring an absolute or relative path, but not allowing for binaries which reside on...
Fix Bug in GUI Editor for Component Resizing What's Fixed This pull request addresses a bug in the GUI editor where components such as Text Buttons and Labels could be...
### Detailed steps on how to reproduce the bug JUCE AudioPluginHost shows wrong labels for an enumeration parameter on LV2 plugins. For example, I use [my own (modified) version](https://github.com/atsushieno/ADLplug-AE/) of...
Thank you for submitting a pull request. Please make sure you have read and followed our contribution guidelines (.github/contributing.md in this repository). Your pull request will not be accepted if...
Thank you for submitting a pull request. Please make sure you have read and followed our contribution guidelines (.github/contributing.md in this repository). Your pull request will not be accepted if...
### Detailed steps on how to reproduce the bug On iOS (and presumably Android), when using a component that relies on a `Viewport` (in my case a `TableListBox`) and if...
Simple PR. Race condition between the audio and messenger thread on nextFFTBlockReady is addressed using atomics. This PR should fix any undefined behavior including memory barrier problems.
Currently JUCE supports jack audio ports fairly well, but there is no jack midi support at all. This makes sequencing JUCE applications really difficult, having to create virtual midi ports...
When calling Bespoke (based on JUCE) from NSM/RaySession (this tools are useful to save states of applications to save time when reconfiguring many interacting applications, linked between each others. It...