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 927b3cc77a5846efd7fa66beef2796ec957d96a2.

* Push to Github.

* Push to Github (again).
This commit is contained in:
rl2939 2024-11-15 15:51:41 -05:00 committed by GitHub
parent 44b51c0744
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
.gitmodules vendored
View file

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

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

View file

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