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

Method updateParamHandle

src/engine/Engine.cpp:1205–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203
1204
1205void Engine::updateParamHandle(ParamHandle* paramHandle, int64_t moduleId, int paramId, bool overwrite) {
1206 std::lock_guard<SharedMutex> lock(internal->mutex);
1207 updateParamHandle_NoLock(paramHandle, moduleId, paramId, overwrite);
1208}
1209
1210
1211void Engine::updateParamHandle_NoLock(ParamHandle* paramHandle, int64_t moduleId, int paramId, bool overwrite) {

Callers 3

clearMapMethod · 0.80
learnParamMethod · 0.80
createContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected