Browse Source

Integrate Stoermelder-P1 at version 1.0.0. #560

v1
Christoph Scholtes 6 years ago
parent
commit
4513d6f39c
3 changed files with 41 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +37
    -0
      manifests/Stoermelder-P1.json
  3. +1
    -0
      repos/Stoermelder-P1

+ 3
- 0
.gitmodules View File

@@ -324,3 +324,6 @@
[submodule "repos/VCV-Recorder"]
path = repos/VCV-Recorder
url = https://github.com/VCVRack/VCV-Recorder.git
[submodule "repos/Stoermelder-P1"]
path = repos/Stoermelder-P1
url = https://github.com/stoermelder/vcvrack-packone

+ 37
- 0
manifests/Stoermelder-P1.json View File

@@ -0,0 +1,37 @@
{
"slug": "Stoermelder-P1",
"version": "1.0.0",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",
"brand": "stoermelder",
"authorEmail": "stoermelder@outlook.com",
"pluginUrl": "https://github.com/stoermelder/vcvrack-packone",
"authorUrl": "https://github.com/stoermelder",
"sourceUrl": "https://github.com/stoermelder/vcvrack-packone.git",
"changelogUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/CHANGELOG.md",
"modules": [
{
"slug": "CVMap",
"name": "CV-MAP",
"description": "Add CV control to any parameter of any module",
"tags": [
"CV",
"Parameter",
"Modulation",
"Map"
]
},
{
"slug": "CVPam",
"name": "CV-PAM",
"description": "Generate CV from any parameter change of any module",
"tags": [
"CV",
"Parameter",
"Modulation",
"Map"
]
}
]
}

+ 1
- 0
repos/Stoermelder-P1

@@ -0,0 +1 @@
Subproject commit a32551ed433d1ab7071cfdab4346c3e2e2bc6674

Loading…
Cancel
Save