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

Method removeParamHandle

src/engine/Engine.cpp:1168–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166
1167
1168void Engine::removeParamHandle(ParamHandle* paramHandle) {
1169 std::lock_guard<SharedMutex> lock(internal->mutex);
1170 removeParamHandle_NoLock(paramHandle);
1171}
1172
1173
1174void Engine::removeParamHandle_NoLock(ParamHandle* paramHandle) {

Callers 1

~MIDIMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected