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

Method step

src/MidiThing.cpp:618–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 }
617
618 void step() override {
619 text = port ? port->getDriver()->getName() : "";
620 if (text.empty()) {
621 text = "(No driver)";
622 color.a = 0.5f;
623 }
624 else {
625 color.a = 1.f;
626 }
627 }
628 };
629
630 struct MidiDeviceItem : ui::MenuItem {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected