From e1e30069ea1992da6de4f8619b56cac5308a8b50 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 8 Jun 2019 08:17:09 -0600 Subject: [PATCH] Integrate FrankBuss at version 1.0.0. Replaces FrankBussFormula. #482 --- .gitmodules | 6 +++--- manifests/FrankBuss.json | 22 ++++++++++++++++++++++ repos/FrankBuss | 1 + 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 manifests/FrankBuss.json create mode 160000 repos/FrankBuss diff --git a/.gitmodules b/.gitmodules index 02fc7c98..455f406b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -216,9 +216,6 @@ [submodule "repos/trowaSoft"] path = repos/trowaSoft url = https://github.com/j4s0n-c/trowaSoft-VCV.git -[submodule "repos/FrankBussFormula"] - path = repos/FrankBussFormula - url = https://github.com/FrankBuss/Formula.git [submodule "repos/21kHz"] path = repos/21kHz url = https://github.com/21kHz/21kHz-rack-plugins.git @@ -327,3 +324,6 @@ [submodule "repos/Stoermelder-P1"] path = repos/Stoermelder-P1 url = https://github.com/stoermelder/vcvrack-packone +[submodule "repos/FrankBuss"] + path = repos/FrankBuss + url = https://github.com/FrankBuss/FrankBussRackPlugin.git diff --git a/manifests/FrankBuss.json b/manifests/FrankBuss.json new file mode 100644 index 00000000..35aa0240 --- /dev/null +++ b/manifests/FrankBuss.json @@ -0,0 +1,22 @@ +{ + "slug": "FrankBuss", + "version": "1.0.0", + "license": "BSD-2-Clause", + "name": "Frank Buss", + "author": "Frank Buss", + "authorEmail": "fb@frank-buss.de", + "pluginUrl": "https://github.com/FrankBuss/FrankBussRackPlugin/blob/master/README.md", + "authorUrl": "http://www.frank-buss.de", + "manualUrl": "https://github.com/FrankBuss/FrankBussRackPlugin/blob/master/README.md", + "sourceUrl": "https://github.com/FrankBuss/FrankBussRackPlugin.git", + "modules": [ + { + "slug": "Formula", + "name": "Formula", + "description": "Formula for CV and audio", + "tags": [ + "Utility" + ] + } + ] +} \ No newline at end of file diff --git a/repos/FrankBuss b/repos/FrankBuss new file mode 160000 index 00000000..2fc6eef2 --- /dev/null +++ b/repos/FrankBuss @@ -0,0 +1 @@ +Subproject commit 2fc6eef2f98d389917399189b0dc2ecdf10c42d7