MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getParamSmoothValue

Method getParamSmoothValue

src/override/Engine.cpp:1110–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108
1109
1110float Engine::getParamSmoothValue(Module* module, int paramId) {
1111 if (internal->smoothModule == module && internal->smoothParamId == paramId)
1112 return internal->smoothValue;
1113 return module->params[paramId].getValue();
1114}
1115
1116
1117void Engine::addParamHandle(ParamHandle* paramHandle) {

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected