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.
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 Call `AudioProcessorGraph::addNode` with `NodeID{ 0 }` for the second argument. A new node will be inserted into the graph with the...
### Detailed steps on how to reproduce the bug Just build a plugin with a standalone version. Run the standalone version for debugging Close the plugin ### What is the...
### Detailed steps on how to reproduce the bug Building plugin on Windows 11 and JUCE 7.0.8 gives build error on creating the manifest. Just create or open a project...
### Detailed steps on how to reproduce the bug I encountered this while trying to workaround #1298 . `juce_audio_plugin_client_VST3.cpp` is incompatible with defining `WIN32_LEAN_AND_MEAN`. With `JUCE_VST3_CAN_REPLACE_VST2` enabled, it uses the...
### Detailed steps on how to reproduce the bug 1) Start an example GUI application on Windows 2) Add the following to MainComponent.h: ``` #include #include #include ``` Get 20...
### Detailed steps on how to reproduce the bug Create a `Sampler`/`Synthesizer` and add a new `SynthesizerSound` object to it. Play a midi key on a midikeyboard to play the...
### Detailed steps on how to reproduce the bug 1. Set up an alert window with AlertWindow::showAsync(), with some way to launch this alert window in the GUI (like a...
### Detailed steps on how to reproduce the bug * Create a JUCE app with a minimal window, I tested with JUCE/CMake/GuiApp * Make the window resizable & use non-native...
### Detailed steps on how to reproduce the bug OSCSender trim the end charatcer if it is "/". So, as per this documentation : https://tostibroeders.nl/wp-content/uploads/2020/02/X32-OSC.pdf "/" commands to set nodes...