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

Method step

src/MidiThing.cpp:671–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669 }
670
671 void step() override {
672 text = outPort ? outPort->getDeviceName(outPort->deviceId) : "";
673 if (text.empty()) {
674 text = "(No device)";
675 color.a = 0.5f;
676 }
677 else {
678 color.a = 1.f;
679 }
680 }
681 };
682
683 struct MidiWidget : LedDisplay {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected