update nonlinearcircuits; needs better fix for max macro (#586)

* update nonlinearcircuits; needs better fix for max macro

* use undef
This commit is contained in:
dreamer 2023-10-21 15:18:06 +02:00 committed by GitHub
parent acd9035b9c
commit b941d7d8bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -595,6 +595,7 @@ extern Model* modelArpeggiator;
#undef modelComparator
#include "MockbaModular/src/MockbaModular.hpp"
#undef min
#undef max
#define saveBack ignoreMockbaModular1
#define loadBack ignoreMockbaModular2
#include "MockbaModular/src/MockbaModular.cpp"
@ -2606,9 +2607,14 @@ static void initStatic__nonlinearcircuits()
p->addModel(modelLetsSplosh);
p->addModel(modelNeuron);
p->addModel(modelNumberwang);
p->addModel(modelRouter);
p->addModel(modelSegue);
p->addModel(modelSlothApathy);
p->addModel(modelSlothInertia);
p->addModel(modelSlothTorpor);
p->addModel(modelSquidAxon);
p->addModel(modelStatues);
p->addModel(modelTripleSloth);
}
}