CV funk v2.0.4

Added PressedDuck, ducking compressing saturating stereo mixer.
Panel updates,
CPU improvements.
This commit is contained in:
CV funk 2024-05-02 23:27:24 +02:00
parent d7b8f63f65
commit c2d495274c
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit cfafceb1c2b0b64b496d3118972b3330460290ab
Subproject commit d0abf0ea9c7847f61cc280a18c3d01ad4e0b5100

View file

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