Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
double CtrlrCombo::getComponentValue()
124
{
125
return (ctrlrCombo->getSelectedId()-1);
126
}
127
128
int CtrlrCombo::getComponentMidiValue()
129
{
Callers
nothing calls this directly
Calls
1
getSelectedId
Method · 0.45
Tested by
no test coverage detected