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

Method createChildMenu

src/app/MidiDisplay.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149struct MidiChannelItem : ui::MenuItem {
150 midi::Port* port;
151 ui::Menu* createChildMenu() override {
152 ui::Menu* menu = new ui::Menu;
153 appendMidiChannelMenu(menu, port);
154 return menu;
155 }
156};
157
158

Callers

nothing calls this directly

Calls 1

appendMidiChannelMenuFunction · 0.85

Tested by

no test coverage detected