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:
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,