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 7e633e57be89e0cab3ad8ff9007b4121d54df88b
parent 2742febd3ab909dc166ebe4038decba0fc08bdd8
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Mon,  3 Jan 2022 21:26:27 +0100

changelog updated

Diffstat:
Mdoc/changelog.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -5,11 +5,14 @@ Release Notes - [Change] Switch default play mode to Single - [Imp] Add ability to load a sound bank via Midi/Sysex (thx to @balls) - [Imp] Added native Midi ports support to allow to make it easier to use external editors for the emulator (thx to @balls) +- [Imp] Add ability to resize temporary UI (thx to @lol_catz) +- [Imp] Oscillator 3 Mode is now a dropdown menu instead of a Slider (thx to @lol_catz) - [Fix] Fix presets sent via Sysex to Bank A were stored in Bank B - [Fix] Fix parameter changes not remembered in single mode if sent for part 0 - [Fix] Fix master tune being off after reloading a project - [Fix] Added missing distortion curves (thx to @balls) +- [Fix] Various parameter range or naming issues (thx to @lol_catz) 1.2.0 (2021.09.23):