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

Method getComponentMidiValue

Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int CtrlrCombo::getComponentMidiValue()
129{
130 return (valueMap->getMappedValue(ctrlrCombo->getSelectedId() - 1));
131}
132
133const String CtrlrCombo::getComponentText()
134{

Callers

nothing calls this directly

Calls 2

getMappedValueMethod · 0.80
getSelectedIdMethod · 0.45

Tested by

no test coverage detected