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 6a23597123f922b6a4e5994069fc3175e89b5ee2
parent c0bf7f744168c1879cc697fff6f630c013780b1e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 12 Nov 2024 00:51:37 +0100

fix parameter descriptions syntax error, fixes #229

Diffstat:
Msource/mqJucePlugin/parameterDescriptions_mq.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/mqJucePlugin/parameterDescriptions_mq.json b/source/mqJucePlugin/parameterDescriptions_mq.json @@ -278,7 +278,7 @@ // LFO 2 {"index":172, "name":"Lfo2Shape", "min":0, "max":5, "toText":"lfoWaves", "isDiscrete":true}, {"index":173, "name":"Lfo2Speed", "default":64}, - {"index":173, "name":"Lfo2SpeedClocked", "default":94 "toText": "lfoSpeedClocked"}, + {"index":173, "name":"Lfo2SpeedClocked", "default":94, "toText": "lfoSpeedClocked"}, {"index":175, "name":"Lfo2Sync", "min":0 , "max":1, "isBool":true}, {"index":176, "name":"Lfo2Clocked", "min":0 , "max":1, "isBool":true}, {"index":177, "name":"Lfo2StartPhase"}, @@ -289,7 +289,7 @@ // LFO 3 {"index":184, "name":"Lfo3Shape", "min":0, "max":5, "toText":"lfoWaves", "isDiscrete":true}, {"index":185, "name":"Lfo3Speed", "default":64}, - {"index":185, "name":"Lfo3SpeedClocked", "default":94 "toText": "lfoSpeedClocked"}, + {"index":185, "name":"Lfo3SpeedClocked", "default":94, "toText": "lfoSpeedClocked"}, {"index":187, "name":"Lfo3Sync", "min":0 , "max":1, "isBool":true}, {"index":188, "name":"Lfo3Clocked", "min":0 , "max":1, "isBool":true}, {"index":189, "name":"Lfo3StartPhase"},