Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getMaxValue
Method
getMaxValue
src/engine/ParamQuantity.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
float ParamQuantity::getMaxValue() {
66
return maxValue;
67
}
68
69
float ParamQuantity::getDefaultValue() {
70
return defaultValue;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected