From 93b7b5e6320ec220a40ceb3f56426dcedd1fcabf Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 24 Oct 2022 16:26:59 -0400 Subject: [PATCH] Update manifest voxglitch to 2.23.0, squinkylabs-plug1 to 2.1.8, LittleUtils to 2.1.0, LoudNumbers to 2.0.4, SeasideModular to 2.2, Sparkette to 2.2.0, GrandeModular to 2.7.1 --- manifests-cache.json | 20 +++++++++++++------- manifests/GrandeModular.json | 2 +- manifests/LittleUtils.json | 2 +- manifests/LoudNumbers.json | 2 +- manifests/SeasideModular.json | 2 +- manifests/Sparkette.json | 21 ++++++++++++++++++++- manifests/squinkylabs-plug1.json | 2 +- manifests/voxglitch.json | 2 +- 8 files changed, 39 insertions(+), 14 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index cfb2f9af..7f92a61f 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1665870386.2040212, + "buildTimestamp": 1666641733.1224904, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -1465,7 +1465,7 @@ "modules": {} }, "LittleUtils": { - "buildTimestamp": 1640298594.5540204, + "buildTimestamp": 1666642610.2293108, "creationTimestamp": 1571530639.0, "modules": { "Button": { @@ -2731,7 +2731,7 @@ } }, "squinkylabs-plug1": { - "buildTimestamp": 1653919973.3362465, + "buildTimestamp": 1666642557.1237948, "creationTimestamp": 1521738241.0, "modules": { "squinkylabs-ev3": { @@ -9393,7 +9393,7 @@ } }, "GrandeModular": { - "buildTimestamp": 1664898708.1943398, + "buildTimestamp": 1666642877.993565, "creationTimestamp": 1598123367.069531, "modules": { "NoteMT": { @@ -11097,7 +11097,7 @@ } }, "LoudNumbers": { - "buildTimestamp": 1664896747.1884649, + "buildTimestamp": 1666642641.8972762, "creationTimestamp": 1652104144.7608788, "modules": { "LoudNumbers": { @@ -11421,7 +11421,7 @@ } }, "SeasideModular": { - "buildTimestamp": 1664896774.0925436, + "buildTimestamp": 1666642674.2352672, "creationTimestamp": 1663459028.233182, "modules": { "Proteus": { @@ -11460,7 +11460,7 @@ } }, "Sparkette": { - "buildTimestamp": 1664898474.361477, + "buildTimestamp": 1666642716.0403094, "creationTimestamp": 1664898773.0755346, "modules": { "Ellie": { @@ -11471,6 +11471,12 @@ }, "PolyRepeater": { "creationTimestamp": 1664898773.5325632 + }, + "RGBMatrix": { + "creationTimestamp": 1666642879.6877346 + }, + "HSV2RGB": { + "creationTimestamp": 1666642879.976476 } } }, diff --git a/manifests/GrandeModular.json b/manifests/GrandeModular.json index 4d72f25b..9210ec2d 100644 --- a/manifests/GrandeModular.json +++ b/manifests/GrandeModular.json @@ -1,7 +1,7 @@ { "slug": "GrandeModular", "name": "Grande", - "version": "2.7.0", + "version": "2.7.1", "license": "GPL-3.0-or-later", "author": "David Grande", "authorEmail": "dbgrande246@gmail.com", diff --git a/manifests/LittleUtils.json b/manifests/LittleUtils.json index 3bd5e30d..a09c5ab6 100644 --- a/manifests/LittleUtils.json +++ b/manifests/LittleUtils.json @@ -1,7 +1,7 @@ { "slug": "LittleUtils", "name": "Little Utils", - "version": "2.0.0", + "version": "2.1.0", "license": "EUPL-1.2", "brand": "", "author": "M\u00e1rton Gunyh\u00f3", diff --git a/manifests/LoudNumbers.json b/manifests/LoudNumbers.json index 13c763d7..8ac9009f 100644 --- a/manifests/LoudNumbers.json +++ b/manifests/LoudNumbers.json @@ -1,7 +1,7 @@ { "slug": "LoudNumbers", "name": "Loud Numbers", - "version": "2.0.3", + "version": "2.0.4", "license": "GPL-3.0-or-later", "brand": "", "author": "Duncan Geere", diff --git a/manifests/SeasideModular.json b/manifests/SeasideModular.json index 2aae9928..cf4a2390 100644 --- a/manifests/SeasideModular.json +++ b/manifests/SeasideModular.json @@ -1,7 +1,7 @@ { "slug": "SeasideModular", "name": "Seaside Modular", - "version": "2.1.0", + "version": "2.2", "license": "MIT", "brand": "Seaside Modular", "author": "Blue Nautilus", diff --git a/manifests/Sparkette.json b/manifests/Sparkette.json index 3bdb7024..fd92ac35 100644 --- a/manifests/Sparkette.json +++ b/manifests/Sparkette.json @@ -1,7 +1,7 @@ { "slug": "Sparkette", "name": "Sparkette's Stuff", - "version": "2.1.1", + "version": "2.2.0", "license": "GPL-3.0-or-later", "brand": "Sparkette's Stuff", "author": "Sara Sparks", @@ -38,6 +38,25 @@ "Polyphonic", "Utility" ] + }, + { + "slug": "RGBMatrix", + "name": "RGB Matrix", + "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.", + "tags": [ + "Visual", + "Polyphonic" + ] + }, + { + "slug": "HSV2RGB", + "name": "Color Wheel", + "description": "Converts a color from HSV format to RGB values.", + "tags": [ + "Utility", + "Visual", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index a6aaf34d..f9fbd1ad 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -8,7 +8,7 @@ "sourceUrl": "https://github.com/kockie69/SquinkyVCV-main", "manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md", "changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md", - "version": "2.1.7", + "version": "2.1.8", "modules": [ { "slug": "squinkylabs-mixm", diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 3b802b69..10fc11da 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "2.22.1", + "version": "2.23.0", "license": "GPL-3.0-or-later", "brand": "Voxglitch", "author": "Bret Truchan",