Browse Source

Update EnigmaCurry. (#739)

* Added Admiral to gitmodules

* Added Admiral to Makefile

* Add Admiral to plugins.cpp.

* README.md

* Add Admiral to README.md

* Add Admiral to DIFFERENCES.md

* Add admiral to LICENSES.md

* Added the admiral plugin.

* Added AlliewayAudio_Freebies.

* Added DCBlocker to AlliewayAudio_Freebies

* Added eightfold.

* Add SynthKit.

* Update EnigmaCurry.

* Update EnigmaCurry.

* Revert "Merge branch 'main' into update-enigmacurry2"

This reverts commit c2de3c4b439af7360806320895b909673edf37ce, reversing
changes made to 927b3cc77a.

* Push to Github.

* Push to Github (again).
tags/24.12
rl2939 GitHub 5 months ago
parent
commit
a874ff6250
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      .gitmodules
  2. +1
    -1
      plugins/EnigmaCurry
  3. +1
    -0
      plugins/plugins.cpp

+ 1
- 0
.gitmodules View File

@@ -260,3 +260,4 @@
[submodule "plugins/admiral"] [submodule "plugins/admiral"]
path = plugins/admiral path = plugins/admiral
url = https://github.com/wapiflapi/admiral.git url = https://github.com/wapiflapi/admiral.git


+ 1
- 1
plugins/EnigmaCurry

@@ -1 +1 @@
Subproject commit 550b435575c550d829e8cabd97a430e39df836cc
Subproject commit dbcd60007a5bb1cb9be7fa66e1e3589da3405ff6

+ 1
- 0
plugins/plugins.cpp View File

@@ -2139,6 +2139,7 @@ static void initStatic__EnigmaCurry()
p->addModel(modelLatch); p->addModel(modelLatch);
p->addModel(modelPulse); p->addModel(modelPulse);
p->addModel(modelRange); p->addModel(modelRange);
p->addModel(modelNegativeHarmony);
#undef modelPulse #undef modelPulse
} }
} }


Loading…
Cancel
Save