From f929185d64cb9068ecd0a89a1c3da8b0ec8cdb2a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 13 Jul 2020 14:39:40 -0400 Subject: [PATCH] Update manifest for Dintree-Virtual, Truly --- manifests-cache.json | 24 +++++++++++++++++++ manifests/Dintree-Virtual.json | 27 ++++++++++++++++++++++ manifests/Truly.json | 42 ++++++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 manifests/Dintree-Virtual.json create mode 100644 manifests/Truly.json diff --git a/manifests-cache.json b/manifests-cache.json index 5c9339d3..d59a05c5 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -8096,5 +8096,29 @@ "creationTimestamp": 1594395483.987962 } } + }, + "Truly": { + "buildTimestamp": 1594665452.666637, + "creationTimestamp": 1594665475.0128655, + "modules": { + "DasBut": { + "creationTimestamp": 1594665475.272395 + }, + "DasButPoly": { + "creationTimestamp": 1594665475.4784014 + }, + "DasBut8": { + "creationTimestamp": 1594665475.6875286 + } + } + }, + "Dintree-Virtual": { + "buildTimestamp": 1594665473.2570589, + "creationTimestamp": 1594665475.9179342, + "modules": { + "V100-Scanner": { + "creationTimestamp": 1594665476.1945503 + } + } } } \ No newline at end of file diff --git a/manifests/Dintree-Virtual.json b/manifests/Dintree-Virtual.json new file mode 100644 index 00000000..184fa41b --- /dev/null +++ b/manifests/Dintree-Virtual.json @@ -0,0 +1,27 @@ +{ + "slug": "Dintree-Virtual", + "name": "Dintree", + "version": "1.0.4", + "license": "GPL-3.0-or-later", + "brand": "Dintree", + "author": "Andrew Kilpatrick", + "authorEmail": "dintree-mail@andrewkilpatrick.org", + "authorUrl": "http://www.dintree.com", + "pluginUrl": "https://github.com/hires/Dintree-Virtual", + "manualUrl": "https://github.com/hires/Dintree-Virtual/blob/master/README.md", + "sourceUrl": "https://github.com/hires/Dintree-Virtual", + "donateUrl": "https://paypal.me/elmood", + "changelogUrl": "", + "modules": [ + { + "slug": "V100-Scanner", + "name": "V100 Scanner", + "description": "CV and voltage-control source sequencer / scanner", + "tags": [ + "Random", + "Sequencer", + "Utility" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/Truly.json b/manifests/Truly.json new file mode 100644 index 00000000..d3c19efb --- /dev/null +++ b/manifests/Truly.json @@ -0,0 +1,42 @@ +{ + "slug": "Truly", + "name": "Truly", + "version": "1.0.2", + "license": "BSD-3-Clause", + "brand": "Truly", + "author": "Travis Thompson", + "authorEmail": "travisat@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/travisat/Truly", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "DasBut", + "name": "DasBut", + "description": "Push someone's buttons", + "tags": [ + "controller" + ] + }, + { + "slug": "DasButPoly", + "name": "DasButPoly", + "description": "Push me harder", + "tags": [ + "controller", + "polyphonic" + ] + }, + { + "slug": "DasBut8", + "name": "DasBut8", + "description": "Hold on to your but", + "tags": [ + "controller" + ] + } + ] +} \ No newline at end of file