Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getImmediateValue
Method
getImmediateValue
src/engine/ParamQuantity.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
54
float ParamQuantity::getImmediateValue() {
55
if (!module)
56
return 0.f;
57
return APP->engine->getParamValue(module, paramId);
58
}
59
60
61
float ParamQuantity::getMinValue() {
Callers
nothing calls this directly
Calls
1
getParamValue
Method · 0.80
Tested by
no test coverage detected