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
This commit is contained in:
CV funk 2024-05-10 18:30:13 +02:00
parent 0fa036f76d
commit 2bcedefd58
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit d0abf0ea9c7847f61cc280a18c3d01ad4e0b5100
Subproject commit 49a1b695db62cc93a9aa0a84a01dd00fd63ccb34

View file

@ -1978,6 +1978,7 @@ static void initStatic__CVfunk()
p->addModel(modelMagnets);
p->addModel(modelOuros);
p->addModel(modelPressedDuck);
p->addModel(modelFlowerPatch);
#undef modelSteps
}
}