From 540dadf0d4923f0380c62c49fe960874d9b51d94 Mon Sep 17 00:00:00 2001 From: CV funk Date: Sun, 19 May 2024 09:57:30 +0200 Subject: [PATCH] CV Funk v2.0.5 (#664) * Update CV funk to 2.0.3 Added Ouros stereo phase injection oscillator Numerous small buxfixes to other modules * CVfunk bugfix Fixed a bug reported by Windows10 users where switching circ/star modes in PentaSequencer would cause a crash. * CV funk v2.0.4 Added PressedDuck, ducking compressing saturating stereo mixer. Panel updates, CPU improvements. * 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 * CV funk 2.0.5 edit: added self-illuminating layers --- plugins/CVfunk | 2 +- plugins/plugins.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/CVfunk b/plugins/CVfunk index d0abf0e..b158d0b 160000 --- a/plugins/CVfunk +++ b/plugins/CVfunk @@ -1 +1 @@ -Subproject commit d0abf0ea9c7847f61cc280a18c3d01ad4e0b5100 +Subproject commit b158d0bfe48cf685e7b4ff8e406d7e731f973eac 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 } }