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

Method getMinValue

src/engine/ParamQuantity.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61float ParamQuantity::getMinValue() {
62 return minValue;
63}
64
65float ParamQuantity::getMaxValue() {
66 return maxValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected