| 589 | midi::Port* port; |
| 590 | int driverId; |
| 591 | void onAction(const event::Action& e) override { |
| 592 | port->setDriverId(driverId); |
| 593 | } |
| 594 | }; |
| 595 | |
| 596 | struct MidiDriverChoice : LedDisplayCenterChoiceEx { |
nothing calls this directly
no outgoing calls
no test coverage detected