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

Method getValue

src/app/MenuBar.cpp:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 settings::cableTension = math::clamp(value, getMinValue(), getMaxValue());
257 }
258 float getValue() override {
259 return settings::cableTension;
260 }
261 float getDefaultValue() override {
262 return 0.5;
263 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected