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

Method createChildMenu

src/app/AudioDisplay.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72struct AudioDriverItem : ui::MenuItem {
73 audio::Port* port;
74 ui::Menu* createChildMenu() override {
75 ui::Menu* menu = new ui::Menu;
76 appendAudioDriverMenu(menu, port);
77 return menu;
78 }
79};
80
81

Callers

nothing calls this directly

Calls 1

appendAudioDriverMenuFunction · 0.85

Tested by

no test coverage detected