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

Method onAction

src/app/MidiDisplay.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 midi::Port* port;
119 int channel;
120 void onAction(const ActionEvent& e) override {
121 port->setChannel(channel);
122 }
123};
124
125static void appendMidiChannelMenu(ui::Menu* menu, midi::Port* port) {

Callers

nothing calls this directly

Calls 1

setChannelMethod · 0.45

Tested by

no test coverage detected