From 411a67efff00f9e5f6dc7b5fee836c122848b18b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 28 Nov 2019 18:39:41 -0500 Subject: [PATCH] Update manifest for MockbaModular, LOGinstruments, pfzzz --- manifests/LOGinstruments.json | 49 +++++++++++++++++++++++++++++++---- manifests/MockbaModular.json | 44 ++++++++++++++++++++++++++++--- manifests/pfzzz.json | 2 +- 3 files changed, 85 insertions(+), 10 deletions(-) diff --git a/manifests/LOGinstruments.json b/manifests/LOGinstruments.json index 11eec783..12296a83 100644 --- a/manifests/LOGinstruments.json +++ b/manifests/LOGinstruments.json @@ -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" + ] + } + ] } \ No newline at end of file diff --git a/manifests/MockbaModular.json b/manifests/MockbaModular.json index 820742a4..3e8fe53c 100644 --- a/manifests/MockbaModular.json +++ b/manifests/MockbaModular.json @@ -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" diff --git a/manifests/pfzzz.json b/manifests/pfzzz.json index 3bf6de69..fd208ae2 100644 --- a/manifests/pfzzz.json +++ b/manifests/pfzzz.json @@ -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",