Update/bacon plugs v2.7.0 (#757)
* update BaconPlugs to v2.7.0 * add new modules and includes * remove unused modules from manifest * disable PleaseQuit
This commit is contained in:
parent
7de92b7220
commit
d926c0b168
3 changed files with 9 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit a86d5081d12a72ae0d0c775c61813b695cde8a9c
|
Subproject commit 2886a282a0f8518e0515b549e426428db332378c
|
|
@ -2235,6 +2235,8 @@ $(BUILD_DIR)/BaconPlugs/%.cpp.o: BaconPlugs/%.cpp
|
||||||
-DDARK_BACON \
|
-DDARK_BACON \
|
||||||
-IBaconPlugs/libs/midifile/include \
|
-IBaconPlugs/libs/midifile/include \
|
||||||
-IBaconPlugs/libs/open303-code/Source/DSPCode \
|
-IBaconPlugs/libs/open303-code/Source/DSPCode \
|
||||||
|
-IBaconPlugs/libs/sst/sst-basic-blocks/include \
|
||||||
|
-IBaconPlugs/libs/sst/sst-rackhelpers/include \
|
||||||
-Wno-array-bounds \
|
-Wno-array-bounds \
|
||||||
-Wno-strict-aliasing
|
-Wno-strict-aliasing
|
||||||
|
|
||||||
|
|
|
@ -1582,6 +1582,12 @@ static void initStatic__Bacon()
|
||||||
p->addModel(modelPolyGenerator);
|
p->addModel(modelPolyGenerator);
|
||||||
p->addModel(modelLintBuddy);
|
p->addModel(modelLintBuddy);
|
||||||
p->addModel(modelLuckyHold);
|
p->addModel(modelLuckyHold);
|
||||||
|
p->addModel(modelPatchNameDisplay);
|
||||||
|
|
||||||
|
// Used for testing or not practical
|
||||||
|
spl.removeModule("ContrastBNDEditor");
|
||||||
|
spl.removeModule("BaconTest");
|
||||||
|
spl.removeModule("PleaseQuit");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue