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

Method step

src/Tides.cpp:252–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 void step() override {
253 Tides* tides = dynamic_cast<Tides*>(module);
254
255 if (tides) {
256 tidesPanel->visible = !tides->sheep;
257 sheepPanel->visible = tides->sheep;
258 }
259
260 ModuleWidget::step();
261 }
262
263
264 void appendContextMenu(Menu* menu) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected