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

Method step

src/app/Browser.cpp:452–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 void onAction(const ActionEvent& e) override;
451
452 void step() override {
453 text = string::translate("Browser.zoom");
454 text += string::f("%.0f%%", std::pow(2.f, settings::browserZoom) * 100.f);
455 ChoiceButton::step();
456 }
457};
458
459

Callers

nothing calls this directly

Calls 4

translateFunction · 0.85
powFunction · 0.85
stepFunction · 0.85
fFunction · 0.50

Tested by

no test coverage detected