MCPcopy 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
1093float Engine::getParamValue(Module* module, int paramId) {
1094 return module->params[paramId].getValue();
1095}
1096
1097
1098void Engine::setParamSmoothValue(Module* module, int paramId, float value) {

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected