MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / removeModulator

Method removeModulator

Source/Core/CtrlrManager/CtrlrManager.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void CtrlrManager::removeModulator(CtrlrModulator *modulatorToDelete)
108{
109 ctrlrManagerVst->remove (modulatorToDelete);
110 ctrlrModulators.removeAllInstancesOf (modulatorToDelete);
111}
112
113bool CtrlrManager::containsCtrlrComponent (CtrlrComponent *componentToLookFor)
114{

Callers

nothing calls this directly

Calls 2

removeAllInstancesOfMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected