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 50e36b8d0c151d2bfdb08e9245b322e4ce871c14
parent a6a44e01e045b4c80e34303636a970e5e77ceea6
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 21 Jul 2021 22:24:01 +0200

add changelog to repo

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

diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -0,0 +1,9 @@ +Release Notes 1.1.7: + +- MIDI: Support Global, Total, Arrangement and Controller Dump requests +- Plugin state is now saved in host/project. The saved state includes global parameters, the RAM banks A & B, the current Multi (in Multi mode) plus all Singles referenced by that Multi and the current Single in Single mode +- Plugin latency is now reported to host, fixes audio offsets when bouncing and other synchronization issues +- Fix midi timing when using large block sizes +- Fix possible FPU denormalization issue in resampling code causing high CPU load(Bearbeitet) +- Fix issue that may have caused CPU hickups when running host at 44,1 Khz or below +- Fix MIDI clock not forwarded to DSP when running in Single mode