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

Method getLabel

src/app/MenuBar.cpp:270–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 setValue(displayValue / 100);
269 }
270 std::string getLabel() override {
271 return string::translate("MenuBar.view.cableTension");
272 }
273 std::string getUnit() override {
274 return "%";
275 }

Callers

nothing calls this directly

Calls 1

translateFunction · 0.85

Tested by

no test coverage detected