From 4513d6f39c911a3aaea33680a93d757e1ad75883 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 1 Jun 2019 11:15:42 -0600 Subject: [PATCH] Integrate Stoermelder-P1 at version 1.0.0. #560 --- .gitmodules | 3 +++ manifests/Stoermelder-P1.json | 37 +++++++++++++++++++++++++++++++++++ repos/Stoermelder-P1 | 1 + 3 files changed, 41 insertions(+) create mode 100644 manifests/Stoermelder-P1.json create mode 160000 repos/Stoermelder-P1 diff --git a/.gitmodules b/.gitmodules index 44b2f3b9..02fc7c98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/manifests/Stoermelder-P1.json b/manifests/Stoermelder-P1.json new file mode 100644 index 00000000..9123235b --- /dev/null +++ b/manifests/Stoermelder-P1.json @@ -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" + ] + } + ] +} \ No newline at end of file diff --git a/repos/Stoermelder-P1 b/repos/Stoermelder-P1 new file mode 160000 index 00000000..a32551ed --- /dev/null +++ b/repos/Stoermelder-P1 @@ -0,0 +1 @@ +Subproject commit a32551ed433d1ab7071cfdab4346c3e2e2bc6674