From a8401eaaf5a2c094c052e01df01860d4982ea97b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 11 Sep 2021 11:03:17 -0400 Subject: [PATCH] Update manifest for VCV-Drums --- manifests-cache.json | 36 +++++++++++++++ manifests/VCV-Drums.json | 98 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 manifests/VCV-Drums.json diff --git a/manifests-cache.json b/manifests-cache.json index d2cb93cd..8659a32d 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -9895,5 +9895,41 @@ "creationTimestamp": 1630323275.128001 } } + }, + "VCV-Drums": { + "buildTimestamp": 1631372573.144147, + "creationTimestamp": 1631372574.4663014, + "modules": { + "DrumMachine": { + "creationTimestamp": 1631372574.5925946 + }, + "Kick": { + "creationTimestamp": 1631372574.7238412 + }, + "Snare": { + "creationTimestamp": 1631372574.8031287 + }, + "Tom": { + "creationTimestamp": 1631372574.87808 + }, + "Rim": { + "creationTimestamp": 1631372574.960535 + }, + "Clap": { + "creationTimestamp": 1631372575.0453253 + }, + "ClosedHat": { + "creationTimestamp": 1631372575.138895 + }, + "OpenHat": { + "creationTimestamp": 1631372575.2170258 + }, + "Crash": { + "creationTimestamp": 1631372575.3044121 + }, + "Ride": { + "creationTimestamp": 1631372575.38674 + } + } } } \ No newline at end of file diff --git a/manifests/VCV-Drums.json b/manifests/VCV-Drums.json new file mode 100644 index 00000000..3ae1575c --- /dev/null +++ b/manifests/VCV-Drums.json @@ -0,0 +1,98 @@ +{ + "slug": "VCV-Drums", + "version": "1.0.0", + "license": "https://vcvrack.com/eula", + "name": "Drums", + "brand": "VCV", + "author": "VCV", + "authorEmail": "contact@vcvrack.com", + "authorUrl": "https://vcvrack.com/", + "pluginUrl": "https://vcvrack.com/Drums", + "manualUrl": "https://vcvrack.com/Drums#manual", + "changelogUrl": "https://vcvrack.com/Drums#changelog", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "DrumMachine", + "name": "Drum Machine", + "description": "", + "tags": [ + "Drum", + "Mixer" + ] + }, + { + "slug": "Kick", + "name": "Kick", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "Snare", + "name": "Snare", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "Tom", + "name": "Tom", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "Rim", + "name": "Rim", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "Clap", + "name": "Clap", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "ClosedHat", + "name": "Closed Hat", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "OpenHat", + "name": "Open Hat", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "Crash", + "name": "Crash", + "description": "", + "tags": [ + "Drum" + ] + }, + { + "slug": "Ride", + "name": "Ride", + "description": "", + "tags": [ + "Drum" + ] + } + ] +} \ No newline at end of file