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

Method getLabel

src/app/MenuBar.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 setValue(std::log2(displayValue / 100));
203 }
204 std::string getLabel() override {
205 return string::translate("MenuBar.view.zoom");
206 }
207 std::string getUnit() override {
208 return "%";
209 }

Callers

nothing calls this directly

Calls 1

translateFunction · 0.85

Tested by

no test coverage detected