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 Create an audio format reader for a WindowsAudioFormat file, like `*.wma`. Then call `read()` on it, supplying `true` to `useReaderLeftChan` and...
### 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 . ``` [`juce_win32_ComInterfaces.h`](https://github.com/juce-framework/JUCE/blob/master/modules/juce_gui_basics/native/accessibility/juce_win32_ComInterfaces.h) attempts to define...
I found some missing options for plugtype category of VST3 in Projucer's editor. The referenced PlugType definition can be found here. https://github.com/juce-framework/JUCE/blob/e618f68d4dcaed56803e6e4120ea450f15fb5a93/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/vst/ivstaudioprocessor.h#L43 It would be great if Projucer could support...
Related FR on the JUCE forums: https://forum.juce.com/t/fr-windows-fill-out-systemstats-getfullusername/51652 --- # Tested Platforms 1. Windows 10, MSVC 2022, x64 2. Windows 11, MSVC 2022, x64
### Detailed steps on how to reproduce the bug Run cmake ### What is the expected behaviour? Use all cores ### Operating systems Linux ### What versions of the operating...
WINE (and by extension MinGW) started adding new UI automation property IDs to uiautomationclient.h as macros, which conflicts with the named constants in JUCE's juce_win32_ComInterfaces.h. As there were already some...
Hi. We are currently working on a project to use JUCE to handle firmware updates which require us to send large sysEx payloads that span multiple messages. In the process,...
Thread: https://forum.juce.com/t/weird-createinputstream-behaviour-android/46016/43 Steps to reproduce: 1. Create an emulator with API25 and API30 2. From a file chooser (the native one didn't work for me well on API25 for custom...
### Detailed steps on how to reproduce the bug “In a Windows DLL build, we’ll expose some malloc/free functions that live inside the DLL, and use these for allocating all...
Supersedes #1058 (wanted to submit another PR, so needed to put these commits on a branch) 👋🏼 This PR 1. Clarifies a few incorrect paths specified in old documentation (from...