Merge pull request #628 from codygeary/CVfunk

CVfunk add Magnets
This commit is contained in:
dreamer 2024-04-02 07:37:19 +02:00 committed by GitHub
commit 75f3f919c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 642ee353c60d00ad49517f95514fbe4e8f22356a
Subproject commit 9829130ab972ff4a0c0b1467580bf04b9efcd7b2

View file

@ -1848,6 +1848,10 @@ static void initStatic__CVfunk()
p->addModel(modelImpulseController);
p->addModel(modelSignals);
p->addModel(modelRanges);
p->addModel(modelHexMod);
p->addModel(modelCollatz);
p->addModel(modelStrings);
p->addModel(modelMagnets);
#undef modelSteps
}
}