Browse Source

Add StellareModular and StellareModular-Link

v1
Andrew Belt 5 years ago
parent
commit
162e19683f
2 changed files with 46 additions and 0 deletions
  1. +21
    -0
      manifests/StellareModular-Link.json
  2. +25
    -0
      manifests/StellareModular.json

+ 21
- 0
manifests/StellareModular-Link.json View File

@@ -0,0 +1,21 @@
{
"slug": "StellareModular-Link",
"version": "1.0.0",
"name": "Stellare Link",
"brand": "Stellare Modular",
"author": "Stellare Modular",
"license": "GPL-3",
"authorEmail": "stellaremodular@gmail.com",
"pluginUrl": "https://github.com/stellare-modular/vcv-link",
"authorUrl": "https://www.facebook.com/stellaremodular",
"sourceUrl": "https://github.com/stellare-modular/vcv-link",
"manualUrl": "https://github.com/stellare-modular/vcv-link/blob/master/README.md",
"donateUrl": "https://paypal.me/stellaremodular",
"modules": [
{
"slug": "Link",
"name": "Link",
"tags": ["Clock"]
}
]
}

+ 25
- 0
manifests/StellareModular.json View File

@@ -0,0 +1,25 @@
{
"slug": "StellareModular",
"version": "1.0.0",
"license": "Proprietary",
"name": "Turing Machine + Blank",
"author": "Stellare Modular",
"brand": "Stellare Modular",
"authorEmail": "stellaremodular@gmail.com",
"pluginUrl": "https://github.com/stellare-modular/vcv-rack",
"authorUrl": "https://www.facebook.com/stellaremodular",
"manualUrl": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md",
"donateUrl": "https://paypal.me/stellaremodular",
"modules": [
{
"slug": "TuringMachine",
"name": "Turing Machine",
"tags": ["Sequencer", "Random"]
},
{
"slug": "BlankPanel",
"name": "Blank Panel",
"tags": ["Blank"]
}
]
}

Loading…
Cancel
Save