From aeb3dfbd7c40353b6050f3717fba33b8c2395a85 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 12 Jan 2024 19:21:08 -0500 Subject: [PATCH] Update manifest HarmonicAnomalies to 2.0.2, NOI to 2.0.5 --- manifests-cache.json | 17 +++++++++++++- manifests/HarmonicAnomalies.json | 39 ++++++++++++++++++++++++++++++++ manifests/NOI.json | 4 ++-- 3 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 manifests/HarmonicAnomalies.json diff --git a/manifests-cache.json b/manifests-cache.json index 08e4b9dd..d410c738 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -12549,7 +12549,7 @@ } }, "NOI": { - "buildTimestamp": 1697987002.1754415, + "buildTimestamp": 1705103960.941939, "creationTimestamp": 1673758885.1150217, "modules": { "Wilt": { @@ -13228,5 +13228,20 @@ "creationTimestamp": 1704672851.4397275 } } + }, + "HarmonicAnomalies": { + "buildTimestamp": 1705103936.1821322, + "creationTimestamp": 1705103961.5117714, + "modules": { + "HexNut": { + "creationTimestamp": 1705103961.6371782 + }, + "HexExCV": { + "creationTimestamp": 1705103961.7764997 + }, + "HexaGrain": { + "creationTimestamp": 1705103961.902441 + } + } } } \ No newline at end of file diff --git a/manifests/HarmonicAnomalies.json b/manifests/HarmonicAnomalies.json new file mode 100644 index 00000000..a1fd7e4f --- /dev/null +++ b/manifests/HarmonicAnomalies.json @@ -0,0 +1,39 @@ +{ + "slug": "HarmonicAnomalies", + "name": "Harmonic Anomalies", + "version": "2.0.2", + "license": "GPL-3.0-or-later", + "brand": "The Strange Agency", + "author": "Lucas Kuzma", + "authorEmail": "hello@strange.agency", + "authorUrl": "http://the.strange.agency", + "pluginUrl": "https://github.com/thestrangeagency/HarmonicAnomalies", + "manualUrl": "https://github.com/thestrangeagency/HarmonicAnomalies", + "sourceUrl": "https://github.com/thestrangeagency/HarmonicAnomalies", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "HexNut", + "name": "HexNut", + "description": "Three dimensional looper.", + "tags": [ + "Sampler" + ] + }, + { + "slug": "HexExCV", + "name": "HexNut CV Expander", + "description": "Parameter voltage control.", + "tags": [] + }, + { + "slug": "HexaGrain", + "name": "HexaGrain", + "description": "Granular HexNut", + "tags": [ + "sampler" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/NOI.json b/manifests/NOI.json index 18919f39..6367799b 100644 --- a/manifests/NOI.json +++ b/manifests/NOI.json @@ -1,12 +1,12 @@ { "slug": "NOI", "name": "NOI", - "version": "2.0.4", + "version": "2.0.5", "license": "GPL-3.0-or-later", "brand": "NOI", "author": "Thomas Guillory", "authorEmail": "thomasvguillory@gmail.com", - "authorUrl": "https://lenomdesfleurs.github.io/Blog/", + "authorUrl": "https://lndf.fr", "pluginUrl": "https://library.vcvrack.com/NOI", "manualUrl": "https://github.com/LeNomDesFleurs/NOI-VCVRACK/blob/master/README.md", "sourceUrl": "https://github.com/LeNomDesFleurs/NOI-VCVRACK",