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
This commit is contained in:
CV funk 2024-06-01 09:41:11 +02:00
parent 7f1e0c95da
commit 2394a45553
3 changed files with 3 additions and 2 deletions

View file

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