Browse Source

Update build for VCV-Router

v1
Andrew Belt 5 years ago
parent
commit
f2a1c15ae5
1 changed files with 43 additions and 0 deletions
  1. +43
    -0
      manifests/VCV-Router.json

+ 43
- 0
manifests/VCV-Router.json View File

@@ -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"
]
}
]
}

Loading…
Cancel
Save