| 1084 | } |
| 1085 | |
| 1086 | void CtrlrModulator::setValueMapped (const int newValue, const bool force, const bool mute) |
| 1087 | { |
| 1088 | processor.setMappedValue (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), force, mute); |
| 1089 | } |
| 1090 | |
| 1091 | void CtrlrModulator::setValueNonMapped (const int newValue, const bool force, const bool mute) |
| 1092 | { |
no test coverage detected