gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit c115834af1437320599cba86d8d7a9a32e1bf5df
parent 83fad927d08ddae79fac529aa17fd520c4cd4a14
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 29 Jul 2022 18:12:31 +0200

set version to 1.2.20 + add changelog

Diffstat:
MCMakeLists.txt | 2+-
Mdoc/changelog.txt | 11+++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "OS X Architectures") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") -project(gearmulator VERSION 1.2.19) +project(gearmulator VERSION 1.2.20) include(base.cmake) diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,5 +1,16 @@ Release Notes +1.2.20 (2022.07.29): + +- [Imp] Performance has improved by 10% - 20% depending on the use case +- [Imp] Additional performance improvements by reducing the amount of dynamic code that has to be rebuilt. Improves Multi Mode and Demo Playback +- [Imp] Pure Tuning can now be adjusted in global settings (Hoverland skin only), thanks to @samstaton + +- [Fix] The 128 RAM Multis are now stored in plugin state, fixes #110 +- [Fix] Parameter "Assign 4 Amount" displayed values from 0 to 127 instead of -64 to +63, fixes #99 +- [Fix] Preset prev/next buttons do not work before a preset is selected via dropdown menu, fixes #98 +- [Fix] Unusual install location on linux, now /usr/local/lib/vst(3) is used, fixes #87 + 1.2.19 (2022.05.25): - [Fix] Preset changes were discarded because the last selected patch browser preset was always loaded when opening UI