From 2bcedefd585fc6c34c97870d369ad39fe36adc84 Mon Sep 17 00:00:00 2001 From: CV funk Date: Fri, 10 May 2024 18:30:13 +0200 Subject: [PATCH] Update CV funk to 2.0.5 Version 2.0.5 Added Flower Patch visualizer module. Fixed stereo normal on Pressed Duck Sidechain input. Added full-stereo processing of compression to Pressed Duck. Added stereo lights to all ring lights of Pressed Duck. Panel update to PentaSequencer --- plugins/CVfunk | 2 +- plugins/plugins.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/CVfunk b/plugins/CVfunk index d0abf0e..49a1b69 160000 --- a/plugins/CVfunk +++ b/plugins/CVfunk @@ -1 +1 @@ -Subproject commit d0abf0ea9c7847f61cc280a18c3d01ad4e0b5100 +Subproject commit 49a1b695db62cc93a9aa0a84a01dd00fd63ccb34 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index c4ce74e..5caa03b 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -1978,6 +1978,7 @@ static void initStatic__CVfunk() p->addModel(modelMagnets); p->addModel(modelOuros); p->addModel(modelPressedDuck); + p->addModel(modelFlowerPatch); #undef modelSteps } }