From 7bee0220eb4da4c143d194192050b614d60b25b7 Mon Sep 17 00:00:00 2001 From: CV funk Date: Mon, 15 Jul 2024 15:11:08 +0200 Subject: [PATCH] CV funk v2.0.6 (#675) * 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 * CV funk v2.0.6 Update CV funk to v2.0.6 New clock module - Syncro Steps update Signals refactoring update, runs smoother Other bugfix * Revert "CV funk v2.0.6" This reverts commit 2394a455535a4a4cc2eacc0c2ebfe60786df9010. * CV funk v2.0.6 Update CV funk to v2.0.6 New clock module - Syncro Steps update Signals refactoring update, runs smoother Other bugfix * CV funk v2.0.7 Added new utility modules: Nona- 9-stage CV scale/offset mixer Decima - 10-stage gate sequencer Morta - Knob macro-controller --- plugins/CVfunk | 2 +- plugins/plugins.cpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/CVfunk b/plugins/CVfunk index b158d0b..37d6a2a 160000 --- a/plugins/CVfunk +++ b/plugins/CVfunk @@ -1 +1 @@ -Subproject commit b158d0bfe48cf685e7b4ff8e406d7e731f973eac +Subproject commit 37d6a2ac4562a266474aab47ff4b490ddd7dfc64 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 8950bf3..6e869d1 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -1983,6 +1983,10 @@ static void initStatic__CVfunk() p->addModel(modelOuros); p->addModel(modelPressedDuck); p->addModel(modelFlowerPatch); + p->addModel(modelSyncro); + p->addModel(modelNona); + p->addModel(modelDecima); + p->addModel(modelMorta); #undef modelSteps } }