Skip to content

3.1.0 Windows + macOS

Latest
Compare
Choose a tag to compare
@Birch-san Birch-san released this 13 Feb 23:08
· 1 commit to master since this release
9329281

Updated fluidsynth from v2.2.4 -> v2.2.5. Fixes sample looping bug #22.
Updated JUCE from v6.1.2 to v6.1.5. Restores the native file picker which juicysfplugin 2.3.3 enjoyed, and improves accessibility.

Rewrote win32 cross-compile build system (again) as a multi-stage Docker build:

  • for extra concurrency
  • so that changes can be made to a build stage without invalidating unrelated build stages
  • to remove depenency on x86_64 llvm-mingw base image (no ARM-native version was published)

Upgraded toolchain from llvm-mingw 20211002 with LLVM stable 13.0.0 to llvm-mingw 20220209 with LLVM 14.0.0 RC1.

There is no x86 (i.e. 32-bit Windows) distribution this time; JUCE 6.1.5 encounters a compilation error related to UUIDGetter.
If you want x86 support: continue using 3.0.0.win32, or contribute a fix for juce-framework/JUCE#1029