From 9b7a09abb2cc35d64ee7f6a86ee1255279ce12ce Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 20 Sep 2023 19:33:25 -0400 Subject: [PATCH] Update manifest questionablemodules to 2.1.10, CuteFoxModules to 2.0.0 --- manifests-cache.json | 17 ++++++++++++++++- manifests/CuteFoxModules.json | 23 +++++++++++++++++++++++ manifests/questionablemodules.json | 20 +++++++++++++++++++- 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 manifests/CuteFoxModules.json diff --git a/manifests-cache.json b/manifests-cache.json index 38352b5e..3958fd97 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -12342,7 +12342,7 @@ } }, "questionablemodules": { - "buildTimestamp": 1693252457.5643306, + "buildTimestamp": 1695170514.7031357, "creationTimestamp": 1671488541.442978, "modules": { "discombobulator": { @@ -12356,6 +12356,12 @@ }, "quatosc": { "creationTimestamp": 1673295704.8419216 + }, + "nightbin": { + "creationTimestamp": 1695173681.083512 + }, + "greenscreen": { + "creationTimestamp": 1695173681.2135248 } } }, @@ -12835,5 +12841,14 @@ "creationTimestamp": 1690733275.828773 } } + }, + "CuteFoxModules": { + "buildTimestamp": 1695173680.3470063, + "creationTimestamp": 1695173680.8436437, + "modules": { + "IPQ": { + "creationTimestamp": 1695173680.9551659 + } + } } } \ No newline at end of file diff --git a/manifests/CuteFoxModules.json b/manifests/CuteFoxModules.json new file mode 100644 index 00000000..75fe6cfd --- /dev/null +++ b/manifests/CuteFoxModules.json @@ -0,0 +1,23 @@ +{ + "slug": "CuteFoxModules", + "name": "CuteFox Modules", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "CuteFox Modules", + "author": "Hristo Goleminov", + "authorEmail": "hristosax1@gmail.com", + "authorUrl": "www.hristogoleminov.com", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "IPQ", + "name": "Intervallic Pair Quantizer", + "description": "Quantizer based on a pair of intervals from 0 to 11 (semitones)", + "tags": [] + } + ] +} \ No newline at end of file diff --git a/manifests/questionablemodules.json b/manifests/questionablemodules.json index 0418e485..1195126d 100644 --- a/manifests/questionablemodules.json +++ b/manifests/questionablemodules.json @@ -1,7 +1,7 @@ { "slug": "questionablemodules", "name": "Questionable Modules", - "version": "2.1.9", + "version": "2.1.10", "minRackVersion": "2.4.0", "license": "GPL-3.0-or-later", "brand": "Questionable Modules", @@ -54,6 +54,24 @@ "Low-frequency oscillator", "Polyphonic" ] + }, + { + "slug": "nightbin", + "name": "Night-bin", + "description": "Grab nightly builds of your favorite plugins", + "manualUrl": "https://isivisi.github.io/questionablemodules/nightbin", + "tags": [ + "Utility" + ] + }, + { + "slug": "greenscreen", + "name": "Greenscreen", + "description": "Changes the rack background color", + "manualUrl": "https://isivisi.github.io/questionablemodules/greenscreen", + "tags": [ + "Utility" + ] } ] } \ No newline at end of file