commit 60b1938f78383a7ebdde38ebafe969accafc599e
parent 4ffb24c9a23c4433586371c0e475bdcde8198e2e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sat, 10 Aug 2024 00:57:46 +0200
Merge branch 'oss/main' into priv/n2x
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/changelog.txt b/doc/changelog.txt
@@ -25,6 +25,7 @@ Xenia:
- [Fix] Do not expose parameters for parts 9-16 as the machine only has 8
- [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"},