From 2c63bf94c1e27e4235cd78b5351a84d75ae63521 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 12 Apr 2020 23:31:12 -0400 Subject: [PATCH] Update manifest for AuraAudio, voxglitch --- manifests-cache.json | 14 +++++++++++++- manifests/AuraAudio.json | 25 +++++++++++++++++++++++++ manifests/voxglitch.json | 10 +++++++++- 3 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 manifests/AuraAudio.json diff --git a/manifests-cache.json b/manifests-cache.json index f98a91be..c5500c29 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1586323588.98252, + "buildTimestamp": 1586748533.5937314, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -410,6 +410,9 @@ }, "xy": { "creationTimestamp": 1579792597.0 + }, + "samplerx8": { + "creationTimestamp": 1586748554.3179598 } } }, @@ -7377,5 +7380,14 @@ "creationTimestamp": 1586658594.5966752 } } + }, + "AuraAudio": { + "buildTimestamp": 1586748553.8809187, + "creationTimestamp": 1586748554.6386294, + "modules": { + "ModularForecast": { + "creationTimestamp": 1586748554.8362346 + } + } } } \ No newline at end of file diff --git a/manifests/AuraAudio.json b/manifests/AuraAudio.json new file mode 100644 index 00000000..b6363162 --- /dev/null +++ b/manifests/AuraAudio.json @@ -0,0 +1,25 @@ +{ + "slug": "AuraAudio", + "name": "Aura Audio", + "version": "1.0.2", + "license": "GPL-3.0-or-later", + "brand": "Aura Audio", + "author": "Evan Murray", + "authorEmail": "evanmurray22@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/emurray2/EVMusic-Rack", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "ModularForecast", + "name": "Modular Forecast", + "description": "Visualize sound as weather!", + "tags": [ + "Visual" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 6aabe782..2c2fe8f4 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "1.11.1", + "version": "1.12.0", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan", @@ -73,6 +73,14 @@ "Sampler" ] }, + { + "slug": "samplerx8", + "name": "SamplerX8", + "description": "Eight stereo sample playback devices in one compact module.", + "tags": [ + "Sampler" + ] + }, { "slug": "wavbank", "name": "Wav Bank",