From 162e19683fcbba1e58fba85b75d70cadd5123549 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 16 Jun 2019 08:44:55 -0400 Subject: [PATCH] Add StellareModular and StellareModular-Link --- manifests/StellareModular-Link.json | 21 +++++++++++++++++++++ manifests/StellareModular.json | 25 +++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 manifests/StellareModular-Link.json create mode 100644 manifests/StellareModular.json diff --git a/manifests/StellareModular-Link.json b/manifests/StellareModular-Link.json new file mode 100644 index 00000000..c9f3ef36 --- /dev/null +++ b/manifests/StellareModular-Link.json @@ -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"] + } + ] +} diff --git a/manifests/StellareModular.json b/manifests/StellareModular.json new file mode 100644 index 00000000..391f60b6 --- /dev/null +++ b/manifests/StellareModular.json @@ -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"] + } + ] +}