From b134c5a32ec4c86a469385b45b2442291b81492b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 7 May 2021 11:50:09 -0400 Subject: [PATCH] Update manifest for JW-Modules, Extratone, GrandeModular --- manifests-cache.json | 22 ++++++++++++++++++++-- manifests/Extratone.json | 34 ++++++++++++++++++++++++++++++++++ manifests/GrandeModular.json | 13 ++++++++++++- manifests/JW-Modules.json | 12 ++++++++++-- 4 files changed, 76 insertions(+), 5 deletions(-) create mode 100644 manifests/Extratone.json diff --git a/manifests-cache.json b/manifests-cache.json index 27b10e89..2f222a6b 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -3178,7 +3178,7 @@ } }, "JW-Modules": { - "buildTimestamp": 1618240380.6335092, + "buildTimestamp": 1620402348.4415371, "creationTimestamp": 1518016501.0, "modules": { "BlankPanel_SM": { @@ -3264,6 +3264,9 @@ }, "8Seq": { "creationTimestamp": 1616991327.5839186 + }, + "DivSeq": { + "creationTimestamp": 1620402349.1316411 } } }, @@ -8808,7 +8811,7 @@ } }, "GrandeModular": { - "buildTimestamp": 1618677096.8780332, + "buildTimestamp": 1620402223.1784315, "creationTimestamp": 1598123367.069531, "modules": { "NoteMT": { @@ -8840,6 +8843,9 @@ }, "Tails": { "creationTimestamp": 1613369291.104899 + }, + "Clip": { + "creationTimestamp": 1620402349.4137728 } } }, @@ -9445,5 +9451,17 @@ "creationTimestamp": 1619962435.0621927 } } + }, + "Extratone": { + "buildTimestamp": 1620402165.0803254, + "creationTimestamp": 1620402349.2390156, + "modules": { + "Modulo": { + "creationTimestamp": 1620402349.2959146 + }, + "Opabinia": { + "creationTimestamp": 1620402349.348658 + } + } } } \ No newline at end of file diff --git a/manifests/Extratone.json b/manifests/Extratone.json new file mode 100644 index 00000000..a8d1d266 --- /dev/null +++ b/manifests/Extratone.json @@ -0,0 +1,34 @@ +{ + "slug": "Extratone", + "name": "Extratone", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "XTRTN", + "author": "Eater of Sheep", + "authorEmail": "extratonexyz@gmail.com", + "authorUrl": "http://extratone.xyz/artists/sheep.html", + "pluginUrl": "http://extratone.xyz", + "manualUrl": "http://extratone.xyz/modules.php", + "sourceUrl": "https://github.com/EaterOfSheep/sheepextratone", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Modulo", + "name": "Modulo", + "description": "Adjustable modulo operator for octave-stripping and waveshaping", + "tags": [ + "utility", + "waveshaper" + ] + }, + { + "slug": "Opabinia", + "name": "Opabinia", + "description": "Basic bassdrum with folding and distortion", + "tags": [ + "Drum" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/GrandeModular.json b/manifests/GrandeModular.json index 182b4184..4380978a 100644 --- a/manifests/GrandeModular.json +++ b/manifests/GrandeModular.json @@ -1,7 +1,7 @@ { "slug": "GrandeModular", "name": "Grande", - "version": "1.7.2", + "version": "1.8.0", "license": "GPL-3.0-or-later", "author": "David Grande", "authorEmail": "dbgrande246@gmail.com", @@ -12,6 +12,17 @@ "donateUrl": "", "changelogUrl": "", "modules": [ + { + "slug": "Clip", + "name": "Clip", + "description": "Polyphonic hard clipper and visual clip monitor.", + "manualUrl": "https://github.com/dbgrande/GrandeModular/#clip", + "tags": [ + "Limiter", + "Visual", + "Polyphonic" + ] + }, { "slug": "MergeSplit4", "name": "MergeSplit4", diff --git a/manifests/JW-Modules.json b/manifests/JW-Modules.json index e6b9fd82..7d6832a3 100644 --- a/manifests/JW-Modules.json +++ b/manifests/JW-Modules.json @@ -10,7 +10,7 @@ "sourceUrl": "https://github.com/jeremywen/JW-Modules", "donateUrl": "https://www.paypal.me/jeremywen", "changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", - "version": "1.0.25", + "version": "1.0.27", "modules": [ { "slug": "BlankPanel_1HP", @@ -104,7 +104,15 @@ { "slug": "8Seq", "name": "8Seq", - "manualUrl": "https://github.com/jeremywen/JW-Modules#eightSeq", + "manualUrl": "https://github.com/jeremywen/JW-Modules#eightseq", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "DivSeq", + "name": "DivSeq", + "manualUrl": "https://github.com/jeremywen/JW-Modules#divseq", "tags": [ "Sequencer" ]