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

Method onAction

src/MidiThing.cpp:591–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected