reuk
reuk
Which MinGW are you using, on which platform, and what errors are you seeing? We test the version of MinGW bundled with CodeBlocks (based on GCC 8.1) in our CI....
Thanks, JUCE should now build with the llvm-mingw headers: https://github.com/juce-framework/JUCE/commit/045214c986c74b2427f3aab2a5d2bfab2570be85
This functionality is now provided through `AndroidDocument::fromDocument` and `AndroidDocument::createInputStream`. [Related forum post here](https://forum.juce.com/t/read-write-files/42135/28?u=reuk) Note that, when targeting Android 30, access to arbitrary shared locations must be granted via the Storage...
I think this functionality is now provided by `audioIODeviceCallbackWithContext`: https://docs.juce.com/master/classAudioIODeviceCallback.html#ac3873e4dcf92d44ec57f1fd975848842
A fix for this issue has been added here: https://github.com/juce-framework/JUCE/commit/455c865d372a138eec4de64d38ce8074d542190e Please try this out and let us know if you still encounter problems.
This inclusion comes from a third-party header for the VST3 SDK that is simply bundled with JUCE. I'd suggest raising this issue with Steinberg. We'd prefer not to make modifications...
## Steps to repro - Apply the following patch, which causes the AudioPluginHost to show/hide plugin editors every two seconds. It also wraps the editors in a new Wrapper component,...
We don’t have a firm date in mind, but we're aiming to release within the next two months. Please do give the juce7 branch a test. One of the aims...
I think `RealtimeObject` should probably read `RealtimeMutatable` too. There's some other missing template arguments to `std::forward` later in the file.
I tested this on Monterey 12.5.1 and High Sierra 10.13.6 (Intel) using the DemoRunner. I don’t have a Mojave machine available for testing. After opening the OpenGLDemo.h demo, I’m still...