From 8b3d0989afbb49eef097eed7d8ae24cab05c7af1 Mon Sep 17 00:00:00 2001 From: "Attila M. Magyar" Date: Mon, 19 Aug 2024 12:19:32 +0200 Subject: [PATCH] NEWS.txt: prepare for v3.1.3 --- NEWS.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index b3ff25cb..ce7b6929 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,14 @@ +v3.1.3 (2024-08-19) + * Bugfix: oscillator filters will now correctly handle polyphony when one or + more of their parameters are controlled by LFOs with amplitude envelopes + (https://github.com/attilammagyar/js80p/issues/31). + * Bugfix: MIDI CC helper parameters are now registered with the correct + default values in both the FST and the VST3 plugin. + * VST3: turn off MPE to note expression conversion during plugin + initialization in hosts which do it by default, in order to be able to + receive MIDI events unmodified. + * VST3: update the SDK to 3.7.12 (build 20). + v3.1.2 (2024-07-29) * Bugfix: built-in presets should never overwrite oscillator tuning settings. (Depending on the plugin type and the host application's behavior, this