MCPcopy Create free account
hub / github.com/VCVRack/Rack / createChildMenu

Method createChildMenu

src/app/AudioDisplay.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283struct AudioBlockSizeItem : ui::MenuItem {
284 audio::Port* port;
285 ui::Menu* createChildMenu() override {
286 ui::Menu* menu = new ui::Menu;
287 appendAudioBlockSizeMenu(menu, port);
288 return menu;
289 }
290};
291
292

Callers

nothing calls this directly

Calls 1

appendAudioBlockSizeMenuFunction · 0.85

Tested by

no test coverage detected