Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
int CtrlrCombo::getComponentMidiValue()
129
{
130
return (valueMap->getMappedValue(ctrlrCombo->getSelectedId() - 1));
131
}
132
133
const String CtrlrCombo::getComponentText()
134
{
Callers
nothing calls this directly
Calls
2
getMappedValue
Method · 0.80
getSelectedId
Method · 0.45
Tested by
no test coverage detected