Browse Source

Update manifest for OrangeLine, ZZC

v1
Andrew Belt 5 years ago
parent
commit
8531ee9c45
2 changed files with 33 additions and 4 deletions
  1. +1
    -1
      manifests/OrangeLine.json
  2. +32
    -3
      manifests/ZZC.json

+ 1
- 1
manifests/OrangeLine.json View File

@@ -1,7 +1,7 @@
{
"slug": "OrangeLine",
"name": "OrangeLine",
"version": "1.2.0",
"version": "1.3.0",
"license": "GPL-3.0-only",
"brand": "",
"author": "Dieter Stubler",


+ 32
- 3
manifests/ZZC.json View File

@@ -2,15 +2,16 @@
"slug": "ZZC",
"name": "ZZC",
"brand": "ZZC",
"version": "1.1.0",
"version": "1.1.1",
"license": "GPL-3.0",
"author": "Sergey Ukolov",
"authorEmail": "zezic51@yandex.ru",
"authorUrl": "https://github.com/zezic",
"pluginUrl": "https://zzc.github.io",
"manualUrl": "https://zzc.github.io",
"pluginUrl": "https://zzc.github.io/free",
"manualUrl": "https://zzc.github.io/free",
"sourceUrl": "https://github.com/zezic/ZZC",
"donateUrl": "https://paypal.me/zezic",
"changelogUrl": "https://github.com/zezic/ZZC/releases",
"modules": [
{
"slug": "Clock",
@@ -64,6 +65,34 @@
"Quantizer",
"Utility"
]
},
{
"slug": "Div",
"name": "Div",
"description": "Phase Clock Divider (Compact)",
"tags": [
"Clock modulator"
]
},
{
"slug": "DivExp",
"name": "Div (Expander)",
"description": "Phase Clock Divider (Expander)",
"tags": [
"Clock modulator",
"Expander"
]
},
{
"slug": "Polygate",
"name": "Polygate",
"description": "Polyphonic Gate Bank",
"tags": [
"Controller",
"Polyphonic",
"Switch",
"Utility"
]
}
]
}

Loading…
Cancel
Save