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