From 52774796b483ca27dfed3cfbe118f188024035df Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 12 May 2022 13:35:13 -0400 Subject: [PATCH] Update manifest Skylander to 2.1.0, GrandeModular to 2.5.0, h4n4-modules to 2.1.0, fruitsofkarma to 2.0.2 --- manifests-cache.json | 41 +++++++++++++++++++++++++++- manifests/GrandeModular.json | 13 ++++++++- manifests/Skylander.json | 25 +++++++++++++++++ manifests/fruitsofkarma.json | 53 ++++++++++++++++++++++++++++++++++++ manifests/h4n4-modules.json | 28 +++++++++++++++++++ 5 files changed, 158 insertions(+), 2 deletions(-) create mode 100644 manifests/Skylander.json create mode 100644 manifests/fruitsofkarma.json create mode 100644 manifests/h4n4-modules.json diff --git a/manifests-cache.json b/manifests-cache.json index b6c7bb4a..364a8833 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -9339,7 +9339,7 @@ } }, "GrandeModular": { - "buildTimestamp": 1648017001.637405, + "buildTimestamp": 1652376718.909145, "creationTimestamp": 1598123367.069531, "modules": { "NoteMT": { @@ -9407,6 +9407,9 @@ }, "Push": { "creationTimestamp": 1648017072.3776584 + }, + "VCA4": { + "creationTimestamp": 1652376851.6634595 } } }, @@ -10963,5 +10966,41 @@ "creationTimestamp": 1652104145.7657568 } } + }, + "h4n4-modules": { + "buildTimestamp": 1652376759.1701515, + "creationTimestamp": 1652376851.9066048, + "modules": { + "xen-qnt": { + "creationTimestamp": 1652376852.047693 + } + } + }, + "Skylander": { + "buildTimestamp": 1652376593.6260118, + "creationTimestamp": 1652376852.1796436, + "modules": { + "NymphesControl": { + "creationTimestamp": 1652376852.34806 + } + } + }, + "fruitsofkarma": { + "buildTimestamp": 1652376851.1491158, + "creationTimestamp": 1652376852.6430357, + "modules": { + "Quadro360": { + "creationTimestamp": 1652376852.9872446 + }, + "PowVCO": { + "creationTimestamp": 1652376853.1524954 + }, + "ColoredGlass": { + "creationTimestamp": 1652376853.3003361 + }, + "Math": { + "creationTimestamp": 1652376853.439033 + } + } } } \ No newline at end of file diff --git a/manifests/GrandeModular.json b/manifests/GrandeModular.json index 9eff63f3..b0892f2c 100644 --- a/manifests/GrandeModular.json +++ b/manifests/GrandeModular.json @@ -1,7 +1,7 @@ { "slug": "GrandeModular", "name": "Grande", - "version": "2.4.0", + "version": "2.5.0", "license": "GPL-3.0-or-later", "author": "David Grande", "authorEmail": "dbgrande246@gmail.com", @@ -110,6 +110,7 @@ "slug": "Peak", "name": "Peak", "description": "Captures polyphonic min/max peaks.", + "keywords": "min max", "manualUrl": "https://github.com/dbgrande/GrandeModular/#peak", "tags": [ "Utility", @@ -240,6 +241,16 @@ "Voltage-controlled amplifier", "Polyphonic" ] + }, + { + "slug": "VCA4", + "name": "VCA4", + "description": "Quad voltage-controlled amplifier.", + "manualUrl": "https://github.com/dbgrande/GrandeModular/#vca4", + "tags": [ + "Voltage-controlled amplifier", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/Skylander.json b/manifests/Skylander.json new file mode 100644 index 00000000..73b7a26e --- /dev/null +++ b/manifests/Skylander.json @@ -0,0 +1,25 @@ +{ + "slug": "Skylander", + "name": "Skylander", + "version": "2.1.0", + "license": "CC0-1.0", + "brand": "Skylander", + "author": "Skylander", + "authorEmail": "theofficialskylander@gmail.com", + "authorUrl": "https://skylander.ch", + "pluginUrl": "https://skylander.ch", + "manualUrl": "", + "sourceUrl": "https://github.com/theskylander/Skylander-plugins", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "NymphesControl", + "name": "NymphesControl", + "description": "CC viewer and controller for Dreadbox NYMPHES v2 Firmware", + "tags": [ + "Controller" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/fruitsofkarma.json b/manifests/fruitsofkarma.json new file mode 100644 index 00000000..e0e14b9e --- /dev/null +++ b/manifests/fruitsofkarma.json @@ -0,0 +1,53 @@ +{ + "slug": "fruitsofkarma", + "name": "fruitsofkarma", + "version": "2.0.2", + "license": "MIT", + "brand": "fruitsofkarma", + "author": "Alexey Komarov", + "authorEmail": "akomarov.mobile@gmail.com", + "authorUrl": "", + "pluginUrl": "https://github.com/alexey-komarov/fruitsofkarma-vcvrack", + "manualUrl": "", + "sourceUrl": "https://github.com/alexey-komarov/fruitsofkarma-vcvrack", + "donateUrl": "", + "modules": [ + { + "slug": "Quadro360", + "name": "Quadro360", + "description": "Quadro mixer with 8 inputs/4 outputs with rotation control", + "tags": [ + "Mixer", + "Quad", + "Panning" + ] + }, + { + "slug": "PowVCO", + "name": "PowVCO", + "description": "Generates signal using x=y^n", + "tags": [ + "Oscillator", + "Envelope generator", + "Polyphonic" + ] + }, + { + "slug": "ColoredGlass", + "name": "Colored Glass", + "description": "Simple particles effect", + "tags": [ + "Visual" + ] + }, + { + "slug": "Math", + "name": "Math", + "description": "Basic math operations", + "tags": [ + "Envelope generator", + "Polyphonic" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/h4n4-modules.json b/manifests/h4n4-modules.json new file mode 100644 index 00000000..41410834 --- /dev/null +++ b/manifests/h4n4-modules.json @@ -0,0 +1,28 @@ +{ + "slug": "h4n4-modules", + "name": "H4N4 Modules", + "version": "2.1.0", + "license": "GPL-3.0-or-later", + "brand": "H4N4", + "author": "Hanna Koppelaar", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/hannakoppelaar/h4n4-modules", + "donateUrl": "https://paypal.me/hannakoppelaar", + "changelogUrl": "", + "modules": [ + { + "slug": "xen-qnt", + "name": "Xen Quantizer", + "description": "Polyphonic Scala Quantizer", + "tags": [ + "quantizer", + "polyphonic" + ], + "manualUrl": "https://github.com/hannakoppelaar/h4n4-modules#xen-qnt", + "keywords": "xenharmonic microtonal" + } + ] +} \ No newline at end of file