MCPcopy 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
83int CtrlrValueMap::getMappedValue(const int valueIndex) const
84{
85 return (values[valueIndex].numericValue);
86}
87
88const String CtrlrValueMap::getTextForIndex(const int valueIndex) const
89{

Callers 8

getComponentMidiValueMethod · 0.80
getComponentMidiValueMethod · 0.80
getComponentMidiValueMethod · 0.80
getComponentMidiValueMethod · 0.80
getComponentMidiValueMethod · 0.80
getValueMappedMethod · 0.80
getSymbolValueMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected