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

Method appendContextMenu

src/Burst.cpp:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 void appendContextMenu(Menu* menu) override {
343 Burst* module = dynamic_cast<Burst*>(this->module);
344 assert(module);
345
346 menu->addChild(new MenuSeparator());
347 menu->addChild(createBoolPtrMenuItem("Include original trigger in output", "", &module->includeOriginalTrigger));
348 }
349};
350
351

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected