MCPcopy Create free account
hub / github.com/VCVRack/Befaco / appendContextMenu

Method appendContextMenu

src/MuDi.cpp:163–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void appendContextMenu(Menu* menu) override {
164 MuDi* module = dynamic_cast<MuDi*>(this->module);
165 assert(module);
166
167 menu->addChild(new MenuSeparator());
168 menu->addChild(createSubmenuItem("Hardware compatibility", "",
169 [ = ](Menu * menu) {
170 menu->addChild(createBoolPtrMenuItem("Remove DC from clock outs", "", &module->removeClockDC));
171 }));
172 }
173};
174
175

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected