From 1962016fb9af0047efb25fe2ea97386e1d0540a1 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 12 May 2020 12:31:00 -0400 Subject: [PATCH] Update manifest for Stoermelder-P1, rchoices, voxglitch --- manifests-cache.json | 19 +++++++++++++++++-- manifests/Stoermelder-P1.json | 2 +- manifests/rchoices.json | 33 +++++++++++++++++++++++++++++++++ manifests/voxglitch.json | 11 ++++++++++- 4 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 manifests/rchoices.json diff --git a/manifests-cache.json b/manifests-cache.json index bbe6e8a5..4c45bd12 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1586748533.5937314, + "buildTimestamp": 1589300516.6236198, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -413,6 +413,9 @@ }, "samplerx8": { "creationTimestamp": 1586748554.3179598 + }, + "grainfx": { + "creationTimestamp": 1589300766.1420918 } } }, @@ -2037,7 +2040,7 @@ } }, "Stoermelder-P1": { - "buildTimestamp": 1589036749.7167444, + "buildTimestamp": 1589300764.5480373, "creationTimestamp": 1559409342.0, "modules": { "CVMap": { @@ -7630,5 +7633,17 @@ "creationTimestamp": 1588869632.4858115 } } + }, + "rchoices": { + "buildTimestamp": 1589300543.337429, + "creationTimestamp": 1589300766.4543557, + "modules": { + "uchoice": { + "creationTimestamp": 1589300766.7486522 + }, + "gchoice": { + "creationTimestamp": 1589300766.9972281 + } + } } } \ No newline at end of file diff --git a/manifests/Stoermelder-P1.json b/manifests/Stoermelder-P1.json index 8ae2b9c9..b0fab812 100644 --- a/manifests/Stoermelder-P1.json +++ b/manifests/Stoermelder-P1.json @@ -1,6 +1,6 @@ { "slug": "Stoermelder-P1", - "version": "1.6.1", + "version": "1.6.2", "license": "GPL-3.0-only", "author": "Benjamin Dill", "name": "PackOne", diff --git a/manifests/rchoices.json b/manifests/rchoices.json new file mode 100644 index 00000000..c1a28e77 --- /dev/null +++ b/manifests/rchoices.json @@ -0,0 +1,33 @@ +{ + "slug": "rchoices", + "name": "rchoices", + "version": "1.0.0", + "license": "GPL-3.0", + "brand": "", + "author": "David Koch", + "authorEmail": "dave-koch@web.de", + "authorUrl": "", + "pluginUrl": "https://github.com/davekch/rchoices", + "manualUrl": "https://github.com/davekch/rchoices/blob/master/README.md", + "sourceUrl": "https://github.com/davekch/rchoices", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "uchoice", + "name": "uchoice", + "description": "randomly select from inputs", + "tags": [ + "random" + ] + }, + { + "slug": "gchoice", + "name": "gchoice", + "description": "randomly select from inputs using a gaussian distribution", + "tags": [ + "random" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 2c2fe8f4..48587dd7 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "1.12.0", + "version": "1.13.0", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan", @@ -56,6 +56,15 @@ "Sampler" ] }, + { + "slug": "grainfx", + "name": "Grain Fx", + "description": "Granular effects for incoming audio.", + "tags": [ + "Granular", + "Sampler" + ] + }, { "slug": "grainengine", "name": "Grain Engine",