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

Method getDefaultValue

src/app/MenuBar.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 return settings::cableTension;
260 }
261 float getDefaultValue() override {
262 return 0.5;
263 }
264 float getDisplayValue() override {
265 return getValue() * 100;
266 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected