Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
float ParamQuantity::getMinValue() {
62
return minValue;
63
}
64
65
float ParamQuantity::getMaxValue() {
66
return maxValue;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected