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

Method getLabel

src/app/MenuBar.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 setValue(displayValue / 100);
236 }
237 std::string getLabel() override {
238 return string::translate("MenuBar.view.cableOpacity");
239 }
240 std::string getUnit() override {
241 return "%";
242 }

Callers

nothing calls this directly

Calls 1

translateFunction · 0.85

Tested by

no test coverage detected