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

Method getDisplayValue

src/app/MenuBar.cpp:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 return 0.5;
263 }
264 float getDisplayValue() override {
265 return getValue() * 100;
266 }
267 void setDisplayValue(float displayValue) override {
268 setValue(displayValue / 100);
269 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected