Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getParamValue
Method
getParamValue
src/engine/Engine.cpp:1128–1130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1126
1127
1128
float Engine::getParamValue(Module* module, int paramId) {
1129
return module->params[paramId].getValue();
1130
}
1131
1132
1133
void Engine::setParamSmoothValue(Module* module, int paramId, float value) {
Callers
1
getImmediateValue
Method · 0.80
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected