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

Method step

src/Atte.cpp:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 void step() override {
177 Atte* module = dynamic_cast<Atte*>(this->module);
178
179 if (module) {
180 module->getInputInfo(Atte::A_INPUT)->description = "Normalled to +" + string::f("%.0gV", module->normalledVoltages[module->normalledVoltageIdx]);
181 }
182
183 ModuleWidget::step();
184 }
185};
186
187

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected