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

View file

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