| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected