From 95ce17d062beadd8d393ce1ebd5e5bf2057b2c3e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 21 May 2020 23:24:51 -0400 Subject: [PATCH] Update manifest for StudioSixPlusOne, az --- manifests-cache.json | 27 ++++++++++++++++ manifests/StudioSixPlusOne.json | 56 +++++++++++++++++++++++++++++++++ manifests/az.json | 26 +++++++++++++++ 3 files changed, 109 insertions(+) create mode 100644 manifests/StudioSixPlusOne.json create mode 100644 manifests/az.json diff --git a/manifests-cache.json b/manifests-cache.json index 9b2e7948..1e969e79 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -7684,5 +7684,32 @@ "creationTimestamp": 1589888038.2495143 } } + }, + "StudioSixPlusOne": { + "buildTimestamp": 1590117527.82187, + "creationTimestamp": 1590117528.1900573, + "modules": { + "KSDelay": { + "creationTimestamp": 1590117528.4462948 + }, + "Maccomo": { + "creationTimestamp": 1590117528.6564128 + }, + "PolyShiftRegister": { + "creationTimestamp": 1590117528.8928494 + }, + "CombFilter": { + "creationTimestamp": 1590117529.2243044 + } + } + }, + "az": { + "buildTimestamp": 1590117487.1276653, + "creationTimestamp": 1590117529.5065584, + "modules": { + "modulo": { + "creationTimestamp": 1590117529.7133899 + } + } } } \ No newline at end of file diff --git a/manifests/StudioSixPlusOne.json b/manifests/StudioSixPlusOne.json new file mode 100644 index 00000000..e10fe4e7 --- /dev/null +++ b/manifests/StudioSixPlusOne.json @@ -0,0 +1,56 @@ +{ + "slug": "StudioSixPlusOne", + "name": "StudioSixPlusOne", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "StudioSixPlusOne", + "author": "Studio Six Plus One", + "authorEmail": "dave.french3@googlemail.com", + "authorUrl": "https://github.com/StudioSixPlusOne", + "pluginUrl": "https://github.com/StudioSixPlusOne/rack-modules", + "manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md", + "sourceUrl": "https://github.com/StudioSixPlusOne/rack-modules.git", + "donateUrl": "", + "changelogUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/CHANGELOG.md", + "modules": [ + { + "slug": "KSDelay", + "name": "Wallenda", + "description": "Karplus\u2013Strong Delay with unison", + "tags": [ + "Polyphonic", + "Delay", + "Effect", + "Physical modeling" + ] + }, + { + "slug": "Maccomo", + "name": "Maccomo", + "description": "Ladder Filter self oscillating vcf", + "tags": [ + "Polyphonic", + "Filter" + ] + }, + { + "slug": "PolyShiftRegister", + "name": "Tyrant", + "description": "Polyphonic Shift Register", + "tags": [ + "Polyphonic", + "Sample and Hold" + ] + }, + { + "slug": "CombFilter", + "name": "Massarti", + "description": "Comb Filter", + "tags": [ + "Polyphonic", + "Filter", + "Effect" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/az.json b/manifests/az.json new file mode 100644 index 00000000..842d1c1c --- /dev/null +++ b/manifests/az.json @@ -0,0 +1,26 @@ +{ + "slug": "az", + "name": "az", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "az", + "author": "azrrik", + "authorEmail": "azrrik@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/azrrik/az-vcv", + "donateUrl": "https://paypal.me/azrrik", + "changelogUrl": "", + "modules": [ + { + "slug": "modulo", + "name": "modulo", + "description": "sequencer based on the modulo % operation", + "tags": [ + "sequencer", + "arpeggiator" + ] + } + ] +} \ No newline at end of file