Browse Source

Integrate FrankBuss at version 1.0.0. Replaces FrankBussFormula. #482

v1
Christoph Scholtes 6 years ago
parent
commit
e1e30069ea
3 changed files with 26 additions and 3 deletions
  1. +3
    -3
      .gitmodules
  2. +22
    -0
      manifests/FrankBuss.json
  3. +1
    -0
      repos/FrankBuss

+ 3
- 3
.gitmodules View File

@@ -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

+ 22
- 0
manifests/FrankBuss.json View File

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

+ 1
- 0
repos/FrankBuss

@@ -0,0 +1 @@
Subproject commit 2fc6eef2f98d389917399189b0dc2ecdf10c42d7

Loading…
Cancel
Save