From f2a1c15ae52a2ea54cfd507596e07d31a24d1538 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 18 Jun 2019 23:35:22 -0400 Subject: [PATCH] Update build for VCV-Router --- manifests/VCV-Router.json | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 manifests/VCV-Router.json diff --git a/manifests/VCV-Router.json b/manifests/VCV-Router.json new file mode 100644 index 00000000..a23465eb --- /dev/null +++ b/manifests/VCV-Router.json @@ -0,0 +1,43 @@ +{ + "slug": "VCV-Router", + "name": "Router", + "version": "1.0.0", + "license": "proprietary", + "brand": "VCV", + "author": "VCV", + "authorEmail": "contact@vcvrack.com", + "authorUrl": "https://vcvrack.com/", + "pluginUrl": "https://vcvrack.com/Router.html", + "manualUrl": "https://vcvrack.com/Router.html#manual", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "OctalRouter", + "name": "Octal Router", + "description": "Sequential switch matrix", + "tags": [ + "Sequencer", + "Switch" + ] + }, + { + "slug": "Router1_4", + "name": "Router 1:4", + "description": "Sequential switch", + "tags": [ + "Sequencer", + "Switch" + ] + }, + { + "slug": "Router4_1", + "name": "Router 4:1", + "description": "Sequential switch", + "tags": [ + "Sequencer", + "Switch" + ] + } + ] +} \ No newline at end of file