diff --git a/.gitmodules b/.gitmodules index 515af385..7b933cb3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -906,6 +906,9 @@ [submodule "repos/Ondas"] path = repos/Ondas url = https://github.com/srsergiorodriguez/ondas.git +[submodule "repos/Sulamith"] + path = repos/Sulamith + url = https://github.com/JohannAsbjoernson/Sulamith.git [submodule "repos/VsWorld"] path = repos/VsWorld url = https://github.com/Synismusist/VsWorld.git diff --git a/manifests/Sulamith.json b/manifests/Sulamith.json new file mode 100644 index 00000000..2ebacf71 --- /dev/null +++ b/manifests/Sulamith.json @@ -0,0 +1,30 @@ +{ + "slug": "Sulamith", + "name": "Sulamith", + "version": "2.0.2", + "license": "GPL-3.0-or-later", + "brand": "Sulamith", + "author": "Pascal Breitenbach", + "authorEmail": "johann@raisedasapackofwolves.de", + "pluginUrl": "https://github.com/JohannAsbjoernson/Sulamith", + "authorUrl": "https://www.youtube.com/@johannasbjoernson918/featured", + "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/README.md", + "sourceUrl": "https://github.com/JohannAsbjoernson/Sulamith", + "changelogUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/CHANGELOG.md", + "modules": [ + { + "slug": "ButtonA", + "name": "Button - Complex Trigger Utility", + "description": "Swiss Army Knife: Button, Bernoulli Gate, Trigger, Gate with Length, Toggle, Const. Volt., Random CV, Slew, Retrig", + "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/README.md", + "tags": [ + "Utility", + "Random", + "Sequencer", + "Clock modulator", + "Logic", + "Controller" + ] + } + ] +} \ No newline at end of file diff --git a/repos/Sulamith b/repos/Sulamith new file mode 160000 index 00000000..0727917b --- /dev/null +++ b/repos/Sulamith @@ -0,0 +1 @@ +Subproject commit 0727917bb56d6584d6454b9504fc6ea32b2f3e9f