Add 2 modules to CV Funk
Added Collatz and Strings modules to CV Funk
This commit is contained in:
parent
a09c66b7fd
commit
22c7a14ec4
1 changed files with 2 additions and 0 deletions
|
@ -1843,6 +1843,8 @@ static void initStatic__CVfunk()
|
|||
p->addModel(modelSignals);
|
||||
p->addModel(modelRanges);
|
||||
p->addModel(modelHexMod);
|
||||
p->addModel(modelCollatz);
|
||||
p->addModel(modelStrings);
|
||||
#undef modelSteps
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue