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

Method onAction

src/MidiThing.cpp:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected