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 a8ea6a13094ec1e7e86f51df65cac5446e9806e4
parent 214ca4f157a7cdc875263728535a2a3d5dddc005
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 10 Aug 2024 00:56:28 +0200

fix LFO 2 rate knob in sync mode adjusting LFO 1 instead of LFO 2

Diffstat:
Mdoc/changelog.txt | 1+
Msource/xtJucePlugin/parameterDescriptions_xt.json | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -15,6 +15,7 @@ Vavra: Xenia: - [Fix] Physical MIDI in/out port selectors didn't work +- [Fix] LFO 2 rate knob in sync mode adjusting LFO 1 instead of LFO 2 1.3.17 (2024.08.04) diff --git a/source/xtJucePlugin/parameterDescriptions_xt.json b/source/xtJucePlugin/parameterDescriptions_xt.json @@ -195,8 +195,8 @@ {"index":164, "name":"Lfo1Humanize"}, {"index":166, "name":"Lfo2Rate", "default":64}, + {"index":166, "name":"Lfo2RateSync", "step":4, "default":88, "toText":"lfoRateSync"}, {"index":167, "name":"Lfo2Shape", "min":0, "max":5, "isDiscrete":true, "toText":"lfoShape"}, - {"index":159, "name":"Lfo2RateSync", "step":4, "default":88, "toText":"lfoRateSync"}, {"index":168, "name":"Lfo2Delay", "toText":"lfoDelay"}, {"index":169, "name":"Lfo2Sync", "min":0 , "max":3, "isDiscrete":true, "toText":"lfoSync"}, {"index":170, "name":"Lfo2Symmetry", "isBipolar":true, "toText":"signed"},