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

Method modulatorNameChanged

Source/Core/CtrlrPanel/CtrlrPanel.cpp:1691–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1689}
1690
1691void CtrlrPanel::modulatorNameChanged(CtrlrModulator *modulatorThatChanged, const String &newName)
1692{
1693 modulatorsByName.removeValue (modulatorThatChanged);
1694 modulatorsByName.set (newName, modulatorThatChanged);
1695}
1696
1697void CtrlrPanel::dumpDebugData()
1698{

Callers 1

Calls 2

removeValueMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected