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

Method removeParamHandle

src/override/Engine.cpp:1133–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131
1132
1133void Engine::removeParamHandle(ParamHandle* paramHandle) {
1134 std::lock_guard<SharedMutex> lock(internal->mutex);
1135 removeParamHandle_NoLock(paramHandle);
1136}
1137
1138
1139void Engine::removeParamHandle_NoLock(ParamHandle* paramHandle) {

Callers 2

~HostParametersMapMethod · 0.80
~HostMIDIMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected