MCPcopy Create free account
hub / github.com/VCVRack/Rack / getParamHandle

Method getParamHandle

src/engine/Engine.cpp:1186–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184
1185
1186ParamHandle* Engine::getParamHandle(int64_t moduleId, int paramId) {
1187 SharedLock<SharedMutex> lock(internal->mutex);
1188 return getParamHandle_NoLock(moduleId, paramId);
1189}
1190
1191
1192ParamHandle* Engine::getParamHandle_NoLock(int64_t moduleId, int paramId) {

Callers 2

drawMethod · 0.80
createContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected