Update kocmoc. (#786)

* Update kocmoc

* Fix whitespace.

* Update HetrickCV. (#784)

* Add OptikEcho, a polyphonic piano emulator.

* Update HetrickCV

* Revert "Add OptikEcho, a polyphonic piano emulator."

This reverts commit 5099055c7734b98b41a3e112f194f989db09a637.

* Fix whitespace.

* Fix whitespace again.

* Fix even more whitespace.

* Update module colors.

* Revert "Update HetrickCV. (#784)"

This reverts commit 008ddbc2d756d276a95fd0781234a3127c7ee950.
This commit is contained in:
rl2939 2024-12-31 18:21:58 -05:00 committed by GitHub
parent 426fda5054
commit e8afd711b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit eb46ce3a8b5795d61c2e3eb60f6ca58799a8cee2
Subproject commit eaf7cbf3af0a8525d3c649c53eab476c3052d41b

View file

@ -2574,8 +2574,10 @@ static void initStatic__kocmoc()
if (spl.ok())
{
p->addModel(modelSVF_1);
p->addModel(modeluSVF);
p->addModel(modelTRG);
p->addModel(modelLADR);
p->addModel(modeluLADR);
p->addModel(modelOP);
p->addModel(modelPHASR);
p->addModel(modelMUL);

View file

@ -285,11 +285,13 @@ static const struct {
// GPL-3.0-or-later
{ kModeKocmoc, "/kocmoc/res/DDLY.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/LADR.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/uLADR.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/MUL.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/OP.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/PHASR.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/SKF.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/SVF.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/uSVF.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/TRG.svg", {}, -1 },
// GPL-3.0-or-later
{ kModeMyth, "/myth-modules/res/Mavka.svg", {}, -1 },