1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Bump version number to 5.4.2

This commit is contained in:
Tom Poole 2019-02-07 10:02:17 +00:00
parent 066ec6c18b
commit e3ebe5aed1
26 changed files with 36 additions and 28 deletions

View file

@ -3,11 +3,19 @@
This file just lists the more notable headline features. For more detailed info
about minor changes and bugfixes, please see the git log!
Version 5.4.2
- Restructed the low-level Android native code
- Added an ADSR envelope class
- AudioProcessorValueTreeState performance improvements
- Improved Xcode 10 support
- Improved VST3 hosting
- Windows hiDPI scaling enhancements
Version 5.4.1
- Fixed a VST2 compilation error in VS2013
- Projucer: Fixed some live-build compilation errors
- Fixed some live-build compilation errors in the Projucer
- Fixed a bug in the Oversampling class
- MPE: Made MPESynthesiserVoice::noteOnTime public
- Made MPESynthesiserVoice::noteOnTime public
- Fixed some bugs in the Unity plug-in wrapper
- Fixed some VS2015 compiler errors