JUCE Versions Save

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.

7.0.12

4 weeks ago

Major JUCE features and updates

This file lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING_CHANGES.md.

Version 7.0.12

  • Fixed an issue with timers in Pro Tools
  • Fixed an issue with Projucer Xcode code signing

7.0.11

1 month ago

Major JUCE features and updates

This file lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING_CHANGES.md.

Version 7.0.11

  • Fixed an issue with paths containing a tilde in Xcode
  • Multiple fixes for plug-in deployment and code signing in Xcode
  • Fixed an issue painting an empty RectangleList
  • Improved the performance of TreeView rendering

7.0.10

3 months ago

Major JUCE features and updates

This file lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING_CHANGES.md.

Version 7.0.10

  • Fixed multiple issues selecting devices in AudioDeviceSelector
  • Updated the bundled Oboe version
  • Fixed multiple issues with Timer
  • Updated the bundled version of FLAC
  • Added configuration options for sockets
  • Added new JSON::Formatter
  • Added support for Xcode 15.1
  • Update OpenGL compatibility headers
  • Added ChildProcessManager
  • Fixed multiple MIDI-CI issues

7.0.9

5 months ago

Major JUCE features and updates

This file lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING_CHANGES.md.

Version 7.0.9

  • Added MIDI-CI support
  • Added enumerate utility function
  • Fixed a macOS/iOS CMake signing issue

7.0.8

6 months ago

Major JUCE features and updates

This file lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING_CHANGES.md.

Version 7.0.8

  • Added macOS/iOS AudioWorkgroup support
  • Added Xcode 15, macOS Sonoma and LLVM 17 compatibility
  • Added serialisation tools
  • Fixed some VST3 manifest generation issues
  • Fixed a MessageManager locking bug
  • Fixed GCC 7 VST3 support
  • Fixed some SVG scaling issues

7.0.7

8 months ago

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.7

  • Fixed some macOS 14.0 deprecations
  • Fixed some issues with VST3 manifest generation
  • Fixed a Metal layer rendering issue
  • Fixed an issue setting realtime thread priorities
  • Fixed a crash in VirtualDesktopWatcher
  • Fixed an AUv3 bundling problem

7.0.6

9 months ago

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.6

  • Added support for VST3 bundles and moduleinfo.json
  • Improved message box dismissal
  • Improved WebView support
  • Updated to the latest VST3 and AAX SDKs
  • Fixed some Metal layer rendering issues
  • Improved ambisonic support
  • Improved machine ID support
  • Improved the HighResolutionTimer implementation

7.0.5

1 year ago

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.5

  • Fixed Windows 7 compatibility
  • Fixed dark mode notifications on macOS
  • Improved the performance of AudioProcessorGraph

7.0.4

1 year ago

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.4

  • Improved Metal device handling
  • Adopted more C++17 features
  • Improved input handling on macOS and iOS
  • Fixed a GUI display issue on Linux
  • Fixed some compiler warnings

7.0.3

1 year ago

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.3

  • Added a unique machine ID
  • Added new threading classes
  • Improved the performance of multiple OpenGL contexts
  • Refactored AudioProcessorGraph
  • Improved AudioDeviceManager sample rate handling
  • Fixed Studio One drawing performance
  • Updated the FLAC library