Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ getMappedValue
Method
getMappedValue
Source/UIComponents/CtrlrValueMap.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
int CtrlrValueMap::getMappedValue(const int valueIndex) const
84
{
85
return (values[valueIndex].numericValue);
86
}
87
88
const String CtrlrValueMap::getTextForIndex(const int valueIndex) const
89
{
Callers
8
getComponentMidiValue
Method · 0.80
getComponentMidiValue
Method · 0.80
getComponentMidiValue
Method · 0.80
getComponentMidiValue
Method · 0.80
getComponentMidiValue
Method · 0.80
getValueMapped
Method · 0.80
getValueForMidiMessage
Method · 0.80
getSymbolValue
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected