Update CV funk to 2.0.3

Added Ouros stereo phase injection oscillator
Numerous small buxfixes to other modules
This commit is contained in:
CV funk 2024-04-15 10:32:29 +02:00
parent b0447480a9
commit 7b9bd6cf64
2 changed files with 2 additions and 1 deletions

View file

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