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