update nonlinearcircuits; needs better fix for max macro (#586)
* update nonlinearcircuits; needs better fix for max macro * use undef
This commit is contained in:
parent
acd9035b9c
commit
b941d7d8bc
3 changed files with 12 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue