commit a1293f07883c9b765af91f59a1b5fad2b76d12a6
parent ffa7efb89b8cc8315fac8c54e1b699cc2f2fcb50
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Thu, 9 May 2024 16:35:38 +0200
use value/string pairs for Xenia LFO sync parameter as an example
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/source/xtJucePlugin/parameterDescriptions_xt.json b/source/xtJucePlugin/parameterDescriptions_xt.json
@@ -821,9 +821,12 @@
"120", "121", "122", "123", "124", "125", "126"
],
"lfoSync":
- [
- "Off", "On", "", "Clock"
- ],
+ {
+ "0": "Off",
+ "1": "On",
+ "3": "Clock"
+ },
+
// TODO
"lfoPhase":
[