Skip to content

Commit

Permalink
Update kocmoc. (#786)
Browse files Browse the repository at this point in the history
* 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 5099055.

* Fix whitespace.

* Fix whitespace again.

* Fix even more whitespace.

* Update module colors.

* Revert "Update HetrickCV. (#784)"

This reverts commit 008ddbc.
  • Loading branch information
rl2939 authored Dec 31, 2024
1 parent 426fda5 commit e8afd71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kocmoc
2 changes: 2 additions & 0 deletions plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 2 additions & 0 deletions src/custom/dep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit e8afd71

Please sign in to comment.