| 158 | } |
| 159 | |
| 160 | void 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 | |
| 165 | void CtrlrModulatorProcessor::setValueGeneric(const CtrlrModulatorValue inValue, const bool force, const bool mute) |
| 166 | { |
no test coverage detected