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 62e36afaca997a7f53f80b861dca2edcf5baa226
parent db2e2237c62423e3d4a54c3bf670d8206a935aff
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 12 May 2024 13:00:04 +0200

convert mod sources to key-value list too, and remove ">" prefix

Diffstat:
Msource/osTIrusJucePlugin/parameterDescriptions_TI.json | 45++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 42 insertions(+), 3 deletions(-)

diff --git a/source/osTIrusJucePlugin/parameterDescriptions_TI.json b/source/osTIrusJucePlugin/parameterDescriptions_TI.json @@ -975,9 +975,48 @@ "Linear", "Exponential" ], "modmatrixSource": - [ - "> Off", "> Pitch Bend", "> Chan Pressure", "> Mod Wheel", "> Breath", "> Controller 3", "> Foot Pedal", "> Data Entry", "> Balance", "> Controller 9", "> Expression", "> Controller 12", "> Controller 13", "> Controller 14", "> Controller 15", "> Controller 16", "> Hold Pedal", "> Portamento Sw", "> Sost Pedal", "> Amp Envelope", "> Filter Envelope", "> LFO 1 bipolar", "> LFO 2 bipolar", "> LFO 3 bipolar", "> Velocity On", "> Velocity Off", "> Key Follow", "> Random", "> Arp Input", "> LFO 1 unipolar", "> LFO 2 unipolar", "> LFO 3 unipolar", "> 1% constant", "> 10% constant", "> AnaKey1 Fine", "> AnaKey2 Fine", "> AnaKey1Coarse", "> AnaKey2Coarse", "> Envelope 3", "> Envelope 4" - ], + { + "0": "Off", + "1": "Pitch Bend", + "2": "Chan Pressure", + "3": "Mod Wheel", + "4": "Breath", + "5": "Controller 3", + "6": "Foot Pedal", + "7": "Data Entry", + "8": "Balance", + "9": "Controller 9", + "10": "Expression", + "11": "Controller 12", + "12": "Controller 13", + "13": "Controller 14", + "14": "Controller 15", + "15": "Controller 16", + "16": "Hold Pedal", + "17": "Portamento Sw", + "18": "Sost Pedal", + "19": "Amp Envelope", + "20": "Filter Envelope", + "21": "LFO 1 bipolar", + "22": "LFO 2 bipolar", + "23": "LFO 3 bipolar", + "24": "Velocity On", + "25": "Velocity Off", + "26": "Key Follow", + "27": "Random", + "28": "Arp Input", + "29": "LFO 1 unipolar", + "20": "LFO 2 unipolar", + "31": "LFO 3 unipolar", + "32": "1% constant", + "33": "10% constant", + "34": "AnaKey1 Fine", + "35": "AnaKey2 Fine", + "36": "AnaKey1Coarse", + "37": "AnaKey2Coarse", + "38": "Envelope 3", + "39": "Envelope 4" + }, "modmatrixDest": { "0": "Off",