| 631 | midi::Port* outPort, *inPort; |
| 632 | int deviceId; |
| 633 | void onAction(const event::Action& e) override { |
| 634 | outPort->setDeviceId(deviceId); |
| 635 | inPort->setDeviceId(deviceId); |
| 636 | } |
| 637 | }; |
| 638 | |
| 639 | struct MidiDeviceChoice : LedDisplayCenterChoiceEx { |
nothing calls this directly
no outgoing calls
no test coverage detected