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

Method appendContextMenu

src/SamplingModulator.cpp:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 void appendContextMenu(Menu* menu) override {
267 SamplingModulator* module = dynamic_cast<SamplingModulator*>(this->module);
268 assert(module);
269
270 menu->addChild(new MenuSeparator());
271 menu->addChild(createBoolPtrMenuItem("Remove DC Offset", "", &module->removeDC));
272 }
273};
274
275

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected