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 10d2fe481ad58860d5f2529e608015a43ccce948
parent e0866ff972621df116223ff7e0eb3e0cc735a1ad
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 12 Feb 2022 14:09:21 +0100

fix json syntax errors

Diffstat:
Msource/jucePlugin/parameterDescriptions_C.json | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/jucePlugin/parameterDescriptions_C.json b/source/jucePlugin/parameterDescriptions_C.json @@ -1,9 +1,9 @@ { - parameterdescriptiondefaults": + "parameterdescriptiondefaults": { - "isPublic":true - "isBipolar":false - "toText":"unsignedZero" + "isPublic":true, + "isBipolar":false, + "toText":"unsignedZero", "name":"", "class":"", "min":0,