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

Method setMappedValue

Source/Core/CtrlrModulator/CtrlrModulatorProcessor.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void CtrlrModulatorProcessor::setMappedValue (const CtrlrModulatorValue mappedValue, const bool force, const bool mute)
161{
162 setValueGeneric (CtrlrModulatorValue (valueMap.getIndexForValue (mappedValue.value), mappedValue.lastChangeSource), force, mute);
163}
164
165void CtrlrModulatorProcessor::setValueGeneric(const CtrlrModulatorValue inValue, const bool force, const bool mute)
166{

Callers 1

setValueMappedMethod · 0.80

Calls 2

CtrlrModulatorValueClass · 0.85
getIndexForValueMethod · 0.80

Tested by

no test coverage detected