From 39a69babe2703e862c04d23ce73c020d96436bed Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 9 May 2022 09:50:09 -0400 Subject: [PATCH] Update manifest voxglitch to 2.12.0, squinkylabs-plug1 to 2.1.5, LoudNumbers to 2.0.0, WhatTheRack to 2.0.3, Prism to 2.3.4, 3HR to 2.2.0, PS-PurrSoftware to 2.0.18, Coffee to 2.0.0 --- manifests-cache.json | 50 +++++++++++++++++++++++++----- manifests/3HR.json | 14 +++++++-- manifests/Coffee.json | 53 ++++++++++++++++++++++++++++++++ manifests/LoudNumbers.json | 26 ++++++++++++++++ manifests/PS-PurrSoftware.json | 2 +- manifests/Prism.json | 2 +- manifests/WhatTheRack.json | 2 +- manifests/alefsbits.json | 10 +++++- manifests/squinkylabs-plug1.json | 2 +- manifests/voxglitch.json | 10 +++++- 10 files changed, 155 insertions(+), 16 deletions(-) create mode 100644 manifests/Coffee.json create mode 100644 manifests/LoudNumbers.json diff --git a/manifests-cache.json b/manifests-cache.json index c74d90ed..b6c7bb4a 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1647285810.6791806, + "buildTimestamp": 1652102548.5844424, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -443,6 +443,9 @@ }, "digitalsequencerxp": { "creationTimestamp": 1643909900.7177145 + }, + "groovebox": { + "creationTimestamp": 1652104144.5374343 } } }, @@ -2698,7 +2701,7 @@ } }, "squinkylabs-plug1": { - "buildTimestamp": 1642835729.4112866, + "buildTimestamp": 1652103271.051025, "creationTimestamp": 1521738241.0, "modules": { "squinkylabs-ev3": { @@ -3717,7 +3720,7 @@ "modules": {} }, "PS-PurrSoftware": { - "buildTimestamp": 1651360728.5529945, + "buildTimestamp": 1652103943.9465523, "creationTimestamp": 1579232908.0, "modules": { "Meander": { @@ -4540,7 +4543,7 @@ } }, "WhatTheRack": { - "buildTimestamp": 1651360670.8649464, + "buildTimestamp": 1652103700.2142482, "creationTimestamp": 1553743009.0, "modules": { "WhatTheRack": { @@ -6409,7 +6412,7 @@ } }, "Prism": { - "buildTimestamp": 1639113089.0592773, + "buildTimestamp": 1652103829.5639062, "creationTimestamp": 1562952023.0, "modules": { "Rainbow": { @@ -10764,7 +10767,7 @@ } }, "3HR": { - "buildTimestamp": 1643909686.6312566, + "buildTimestamp": 1652103879.128387, "creationTimestamp": 1643066844.4075267, "modules": { "Repeat3hr": { @@ -10781,6 +10784,9 @@ }, "FMFILT3HR": { "creationTimestamp": 1643909901.4576619 + }, + "GLTCH3HR": { + "creationTimestamp": 1652104145.1241918 } } }, @@ -10869,7 +10875,7 @@ } }, "alefsbits": { - "buildTimestamp": 1651015163.0179596, + "buildTimestamp": 1651534303.2734542, "creationTimestamp": 1650829410.386362, "modules": { "simplexandhold": { @@ -10883,6 +10889,9 @@ }, "polyrand": { "creationTimestamp": 1650829411.5355408 + }, + "noize": { + "creationTimestamp": 1651534304.18078 } } }, @@ -10927,5 +10936,32 @@ "creationTimestamp": 1651394350.3873904 } } + }, + "LoudNumbers": { + "buildTimestamp": 1652103673.026953, + "creationTimestamp": 1652104144.7608788, + "modules": { + "LoudNumbers": { + "creationTimestamp": 1652104144.9336355 + } + } + }, + "Coffee": { + "buildTimestamp": 1652104143.7111597, + "creationTimestamp": 1652104145.2936816, + "modules": { + "Between": { + "creationTimestamp": 1652104145.4212408 + }, + "Travel": { + "creationTimestamp": 1652104145.5345888 + }, + "HiLo": { + "creationTimestamp": 1652104145.6502612 + }, + "Some": { + "creationTimestamp": 1652104145.7657568 + } + } } } \ No newline at end of file diff --git a/manifests/3HR.json b/manifests/3HR.json index 87018e6b..d77cbfc6 100644 --- a/manifests/3HR.json +++ b/manifests/3HR.json @@ -1,7 +1,7 @@ { "slug": "3HR", "name": "3HR", - "version": "2.1.0", + "version": "2.2.0", "license": "GPL-3.0-or-later", "brand": "3HR", "author": "Robin Hammar", @@ -28,8 +28,7 @@ "description": "CV-controlled crossfader and attenuverter.", "tags": [ "attenuator", - "utility", - "polyphonic" + "utility" ] }, { @@ -58,6 +57,15 @@ "filter", "polyphonic" ] + }, + { + "slug": "GLTCH3HR", + "name": "GLTCH3HR", + "description": "Threshold-controlled glitch loop generator", + "tags": [ + "sampler", + "effect" + ] } ] } \ No newline at end of file diff --git a/manifests/Coffee.json b/manifests/Coffee.json new file mode 100644 index 00000000..c24808af --- /dev/null +++ b/manifests/Coffee.json @@ -0,0 +1,53 @@ +{ + "slug": "Coffee", + "name": "Coffee", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "Coffee", + "author": "CoffeeVCV", + "authorEmail": "CoffeeVCV@protonmail.com", + "authorUrl": "", + "pluginUrl": "https://github.com/CoffeeVCV/CoffeeVCV/", + "manualUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/README.md", + "sourceUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/README.md", + "donateUrl": "", + "changelogUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/CHANGELOG.md", + "modules": [ + { + "slug": "Between", + "name": "Between", + "description": "On trigger, out puts a random CV value between two values.", + "tags": [ + "Random", + "Sample and hold" + ] + }, + { + "slug": "Travel", + "name": "Travel", + "description": "On trigger, take two samples and interpolate an output", + "tags": [ + "Utility", + "Slew Limiter", + "Sample and hold" + ] + }, + { + "slug": "HiLo", + "name": "HiLo", + "description": "Given one or two inputs, output the maximum and minimum voltage.", + "tags": [ + "Utility" + ] + }, + { + "slug": "Some", + "name": "Some", + "description": "From a group of active inputs, when triggered, mute a number of the inputs, based on a probability", + "tags": [ + "Utility", + "Random" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/LoudNumbers.json b/manifests/LoudNumbers.json new file mode 100644 index 00000000..af79a228 --- /dev/null +++ b/manifests/LoudNumbers.json @@ -0,0 +1,26 @@ +{ + "slug": "LoudNumbers", + "name": "Loud Numbers", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "", + "author": "Duncan Geere", + "authorEmail": "numbersloud@gmail.com", + "authorUrl": "http://www.loudnumbers.net", + "pluginUrl": "http://www.loudnumbers.net", + "manualUrl": "https://github.com/loudnumbers/loudnumbers_vcv", + "sourceUrl": "https://github.com/loudnumbers/loudnumbers_vcv", + "donateUrl": "", + "changelogUrl": "https://github.com/loudnumbers/loudnumbers_vcv", + "modules": [ + { + "slug": "LoudNumbers", + "name": "Loud Numbers", + "description": "Data sonification", + "tags": [ + "Sequencer", + "Utility" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/PS-PurrSoftware.json b/manifests/PS-PurrSoftware.json index 3b8d77a3..97fb3299 100644 --- a/manifests/PS-PurrSoftware.json +++ b/manifests/PS-PurrSoftware.json @@ -1,7 +1,7 @@ { "slug": "PS-PurrSoftware", "name": "PS-PurrSoftware", - "version": "2.0.17", + "version": "2.0.18", "license": "GPL-3.0-or-later", "brand": "PurrSoftware", "author": "Ken Chaffin", diff --git a/manifests/Prism.json b/manifests/Prism.json index 2f0cfb45..7fe8c6f2 100644 --- a/manifests/Prism.json +++ b/manifests/Prism.json @@ -8,7 +8,7 @@ "pluginUrl": "https://github.com/SteveRussell33/Prism", "sourceUrl": "https://github.com/SteveRussell33/Prism", "changelogUrl": "https://github.com/SteveRussell33/Prism/blob/Rack2/CHANGELOG.md", - "version": "2.3.3", + "version": "2.3.4", "modules": [ { "slug": "Rainbow", diff --git a/manifests/WhatTheRack.json b/manifests/WhatTheRack.json index 45fd8905..512fbf84 100644 --- a/manifests/WhatTheRack.json +++ b/manifests/WhatTheRack.json @@ -1,7 +1,7 @@ { "slug": "WhatTheRack", "name": "WhatTheRack", - "version": "2.0.1", + "version": "2.0.3", "license": "WTFPL", "author": "korfuri", "authorEmail": "korfuri@gmail.com", diff --git a/manifests/alefsbits.json b/manifests/alefsbits.json index c2cf7dd4..6d26a3b4 100644 --- a/manifests/alefsbits.json +++ b/manifests/alefsbits.json @@ -1,7 +1,7 @@ { "slug": "alefsbits", "name": "alef's bits", - "version": "2.1.5", + "version": "2.2.0", "license": "GPL-3.0-or-later", "brand": "alef's bits", "author": "alefnull", @@ -47,6 +47,14 @@ "Utility", "Polyphonic" ] + }, + { + "slug": "noize", + "name": "noize", + "description": "random noise generator with duration parameter and 0-10V cv input", + "tags": [ + "Noise" + ] } ] } \ No newline at end of file diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index 8e4ce430..c85d8aa7 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.4", + "version": "2.1.5", "modules": [ { "slug": "squinkylabs-mixm", diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index dc2e8935..b7cdc9c0 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "2.11.1", + "version": "2.12.0", "license": "GPL-3.0-or-later", "brand": "Voxglitch", "author": "Bret Truchan", @@ -163,6 +163,14 @@ "Sampler" ] }, + { + "slug": "groovebox", + "name": "Groove Box", + "description": "8-track sample based groovebox with parameter locks", + "tags": [ + "Sampler" + ] + }, { "slug": "wavbank", "name": "Wav Bank",