commit 4214545f002cd5f782b71c9037d828cbcd48329b
parent 0652748b3e4ab9a4a73d62671e5925b70f73745f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sat, 4 May 2024 22:10:43 +0200
fix arp tempo & fix missing value for externally clocked arp
Diffstat:
1 file changed, 18 insertions(+), 20 deletions(-)
diff --git a/source/xtJucePlugin/parameterDescriptions_xt.json b/source/xtJucePlugin/parameterDescriptions_xt.json
@@ -295,7 +295,7 @@
{"class":"NonPartSensitive", "page":10, "index":2, "name":"MControlX", "min":0, "max":121, "isDiscrete":true},
{"class":"NonPartSensitive", "page":10, "index":3, "name":"MControlY", "min":0, "max":121, "isDiscrete":true},
{"class":"NonPartSensitive", "page":10, "index":4, "name":"MControlZ", "min":0, "max":121, "isDiscrete":true},
- {"class":"NonPartSensitive", "page":10, "index":5, "name":"MArpTempo", "min":0, "max":121, "isDiscrete":true, "toText":"arpTempo"},
+ {"class":"NonPartSensitive", "page":10, "index":5, "name":"MArpTempo", "min":1, "max":127, "isDiscrete":true, "toText":"arpTempo"},
{"class":"NonPartSensitive", "page":10, "index":16, "name":"MName00", "min":32, "max":127, "isDiscrete":true, "toText":"ascii"},
{"class":"NonPartSensitive", "page":10, "index":17, "name":"MName01", "min":32, "max":127, "isDiscrete":true, "toText":"ascii"},
@@ -726,28 +726,26 @@
[
"Off", "On", "Hold", "Sound"
],
- // TODO
"arpTempo":
[
+ "",
"extern",
- "40", "42", "44", "46", "48",
- "50", "52", "54", "56", "58",
- "60", "62", "64", "66", "68",
- "70", "72", "74", "76", "78",
- "80", "82", "84", "86", "88",
- "90",
- "91", "92", "93", "94", "95", "96", "97", "98", "99",
- "100", "101", "102", "103", "104", "105", "106", "107", "108", "109",
- "110", "111", "112", "113", "114", "115", "116", "117", "118", "119",
- "120", "121", "122", "123", "124", "125", "126", "127", "128", "129",
- "130", "131", "132", "133", "134", "135", "136", "137", "138", "139",
- "140", "141", "142", "143", "144", "145", "146", "147", "148", "149",
- "150", "151", "152", "153", "154", "155", "156", "157", "158", "159",
- "160", "161", "162", "163", "164",
- "165", "170", "175", "180", "185", "190", "195",
- "200", "205", "210", "215", "220", "225", "230", "235", "240", "245",
- "250", "255", "260", "265", "270", "275", "280", "285", "290", "295",
- "300"
+ "50", "52", "54", "56", "58", "60", "62", "64",
+ "66", "68", "70", "72", "74", "76", "78", "80",
+ "82", "84", "86", "88", "90", "92", "94", "96",
+ "98", "100", "102", "104", "106", "108", "110", "112",
+ "114", "116", "118", "120", "122", "124", "126", "128",
+ "130", "132", "134", "136", "138", "140", "142", "144",
+ "146", "148", "150", "152", "154", "156", "158", "160",
+ "162", "164", "166", "168", "170", "172", "174", "176",
+ "178", "180", "182", "184", "186", "188", "190", "192",
+ "194", "196", "198", "200", "202", "204", "206", "208",
+ "210", "212", "214", "216", "218", "220", "222", "224",
+ "226", "228", "230", "232", "234", "236", "238", "240",
+ "242", "244", "246", "248", "250", "252", "254", "256",
+ "258", "260", "262", "264", "266", "268", "270", "272",
+ "274", "276", "278", "280", "282", "284", "286", "288",
+ "290", "292", "294", "296", "298", "300"
],
"arpClock":
[