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 3d812c3fc380964bf12f8bb0438054143c88fcbe
parent d2f053e0b8bfa2934e9089df88e8af9d567453a6
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 26 Jun 2024 17:40:54 +0200

fix "LFO 2 Unipolar" mod source had value of mod source "Filter Envelope"

Diffstat:
Msource/osTIrusJucePlugin/parameterDescriptions_TI.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/osTIrusJucePlugin/parameterDescriptions_TI.json b/source/osTIrusJucePlugin/parameterDescriptions_TI.json @@ -1006,7 +1006,7 @@ "27": "Random", "28": "Arp Input", "29": "LFO 1 unipolar", - "20": "LFO 2 unipolar", + "30": "LFO 2 unipolar", "31": "LFO 3 unipolar", "32": "1% constant", "33": "10% constant",