Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getParamValue
Method
getParamValue
src/override/Engine.cpp:1093–1095 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1091
1092
1093
float Engine::getParamValue(Module* module, int paramId) {
1094
return module->params[paramId].getValue();
1095
}
1096
1097
1098
void Engine::setParamSmoothValue(Module* module, int paramId, float value) {
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected