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

Method step

src/core/Notes.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 NotesModule* module;
43
44 void step() override {
45 LedDisplayTextField::step();
46 if (module && module->dirty) {
47 setText(module->text);
48 module->dirty = false;
49 }
50 }
51
52 void onChange(const ChangeEvent& e) override {
53 if (module)

Callers

nothing calls this directly

Calls 1

stepFunction · 0.85

Tested by

no test coverage detected