Browse Source

Update manifest for MockbaModular, LOGinstruments, pfzzz

v1
Andrew Belt 5 years ago
parent
commit
411a67efff
3 changed files with 85 additions and 10 deletions
  1. +44
    -5
      manifests/LOGinstruments.json
  2. +40
    -4
      manifests/MockbaModular.json
  3. +1
    -1
      manifests/pfzzz.json

+ 44
- 5
manifests/LOGinstruments.json View File

@@ -1,10 +1,49 @@
{
"slug": "LOGinstruments",
"name": "LOGinstruments",
"author": "leopard86 (Leonardo Gabrielli)",
"brand": "LOGinstruments",
"version": "1.0.0",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/LOGUNIVPM/LOGinstruments/blob/master/README.md",
"author": "L.Gabrielli",
"authorEmail": "l.gabrielli@univpm.it",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/LOGUNIVPM/LOGinstruments",
"pluginUrl": "https://github.com/LOGUNIVPM/LOGinstruments/blob/master/README.md",
"slug": "LOGinstruments",
"version": "0.6.0"
"donateUrl": "",
"modules": [
{
"slug": "Speck",
"name": "Speck",
"description": "FFT Spectrum Analysis",
"tags": [
"Visual"
]
},
{
"slug": "Crystal",
"name": "Crystal",
"description": "Unpredictable oscillator - handle with care",
"tags": [
"Oscillator"
]
},
{
"slug": "Velvet",
"name": "Velvet",
"description": "Velvet Noise generator",
"tags": [
"Noise",
"Random"
]
},
{
"slug": "LessMess",
"name": "Less Mess",
"description": "Add labels to your cables",
"tags": [
"Utility"
]
}
]
}

+ 40
- 4
manifests/MockbaModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "MockbaModular",
"name": "Mockba Modular",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",
"brand": "Mockba Modular",
"author": "Mockba the Borg",
@@ -92,9 +92,45 @@
]
},
{
"slug": "CZReso",
"name": "CZReso",
"description": "Simple CZ style RESO oscillator",
"slug": "CZDblSine",
"name": "CZDblSine",
"description": "Simple CZ style DBLSINE oscillator",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "CZSawPulse",
"name": "CZSawPulse",
"description": "Simple CZ style SAWPULSE oscillator",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "CZReso1",
"name": "CZReso1",
"description": "Simple CZ style RESO1 oscillator",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "CZReso2",
"name": "CZReso2",
"description": "Simple CZ style RESO2 oscillator",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "CZReso3",
"name": "CZReso3",
"description": "Simple CZ style RESO3 oscillator",
"tags": [
"Oscillator",
"Polyphonic"


+ 1
- 1
manifests/pfzzz.json View File

@@ -1,7 +1,7 @@
{
"slug": "pfzzz",
"name": "Pfzzz",
"version": "1.0.4",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"brand": "Pfzzz",
"author": "Omar Shaban",


Loading…
Cancel
Save