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

Method dumpDebugData

Source/Core/CtrlrPanel/CtrlrPanel.cpp:1697–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695}
1696
1697void 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
1711const Identifier CtrlrPanel::getMidiOptionIdentifier(const CtrlrPanelMidiOption option)
1712{

Callers 1

performMethod · 0.45

Calls 4

getKeyMethod · 0.80
getNameMethod · 0.65
nextMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected