Browse Source

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 5099055c77.

* Fix whitespace.

* Fix whitespace again.

* Fix even more whitespace.

* Update module colors.

* Revert "Update HetrickCV. (#784)"

This reverts commit 008ddbc2d7.
pull/789/head
rl2939 GitHub 4 months ago
parent
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
    -1
      plugins/kocmoc
  2. +2
    -0
      plugins/plugins.cpp
  3. +2
    -0
      src/custom/dep.cpp

+ 1
- 1
plugins/kocmoc

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

+ 2
- 0
plugins/plugins.cpp 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);


+ 2
- 0
src/custom/dep.cpp 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 },


Loading…
Cancel
Save