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

Method getComponentValue

Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123double CtrlrCombo::getComponentValue()
124{
125 return (ctrlrCombo->getSelectedId()-1);
126}
127
128int CtrlrCombo::getComponentMidiValue()
129{

Callers

nothing calls this directly

Calls 1

getSelectedIdMethod · 0.45

Tested by

no test coverage detected