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 f6385f9b8ad94be33fbf23ac47ff052184d5cd4c
parent 04f4338678fabf3f1020d42faa80494f2a853249
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 31 Jan 2025 23:03:23 +0100

update changelog

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

diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,5 +1,25 @@ Release Notes +1.4.2 + +Framework: + +- [Imp] Skinning System: Added ability to add parameter bindings to labels +- [Imp] Skinning System: Added roughly CSS-based styling system. This allows to + move properties that are common to all buttons/knobs/etc to a single style + to prevent that they need to be repeated for each element. + Export the latest NodalRed2x skin to see the new format + +- [Imp] Downgraded to Juce 7 to regain compatibility with Windows 7 & fix font + rendering issues on macOS + +NodalRed2x: + +- [Imp] Fix possible race condition in UC/DSP synchronization that may have been the + reason for a deadlock, causing the plugin to hang the DAW. Note that we cannot + reproduce the issue on our test systems, please report back if the issue has + been resolved + 1.4.1 Framework: