From e8afd711b0cfe54c187aeae8fb36dba9db9db43c Mon Sep 17 00:00:00 2001 From: rl2939 <60378449+rl2939@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:21:58 -0500 Subject: [PATCH] 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. --- plugins/kocmoc | 2 +- plugins/plugins.cpp | 2 ++ src/custom/dep.cpp | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/kocmoc b/plugins/kocmoc index eb46ce3..eaf7cbf 160000 --- a/plugins/kocmoc +++ b/plugins/kocmoc @@ -1 +1 @@ -Subproject commit eb46ce3a8b5795d61c2e3eb60f6ca58799a8cee2 +Subproject commit eaf7cbf3af0a8525d3c649c53eab476c3052d41b diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 2d8ca4b..5882a85 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -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); diff --git a/src/custom/dep.cpp b/src/custom/dep.cpp index 72b76f4..c6b83cf 100644 --- a/src/custom/dep.cpp +++ b/src/custom/dep.cpp @@ -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 },