commit d95252fe56b9499bc2723d22daab73544e877492 parent b2a4bb68c65d346fa60676e7be0fcaccf934d411 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Thu, 12 Aug 2021 13:20:45 +0200 1.1.9 change log Diffstat:
M | doc/changelog.txt | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,5 +1,17 @@ Release Notes +1.1.9 (2021.08.12): + +- [Imp] An arm64 JIT recompiler has been implemented, which gives a large performance boost on Apple M1, Raspberry Pi and other arm64 based CPUs +- [Imp] Default Master Volume is now set to 127 instead of 100 +- [Imp] Small performance improvements on x64 + +- [Fix] plugin did not remember Single/Multi mode switch +- [Fix] MIDI clock events confused DSP and corrupted other MIDI events, such as Pitch Bend and others. +- [Fix] ROM location search did not find any ROM in certain circumstances +- [Fix] state restore after reopening plugin sent default presets before sending the correct ones +- [Fix] plugin not responding to MIDI Sysex "Global Request" + 1.1.8: - Fix plugin failing AU validation on Mac OS