| 1695 | } |
| 1696 | |
| 1697 | void CtrlrPanel::dumpDebugData() |
| 1698 | { |
| 1699 | _DBG("CtrlrPanel::dumpDebugData"); |
| 1700 | |
| 1701 | _DBG("---------- modulators by name hash table ----------"); |
| 1702 | HashMap<String,CtrlrModulator*>::Iterator it (modulatorsByName); |
| 1703 | |
| 1704 | while (it.next()) |
| 1705 | { |
| 1706 | _DBG ("["+it.getKey()+"]: " + it.getValue()->getName()); |
| 1707 | } |
| 1708 | _DBG("---------- modulators by name hash table ----------"); |
| 1709 | } |
| 1710 | |
| 1711 | const Identifier CtrlrPanel::getMidiOptionIdentifier(const CtrlrPanelMidiOption option) |
| 1712 | { |