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 committed by Filipe Coelho
parent 6e907131b2
commit aeb2f19574
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9829130ab972ff4a0c0b1467580bf04b9efcd7b2
Subproject commit 9b36e612109fef8eee8edfe25d6868e47d13b6f2

View file

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