| 1089 | } |
| 1090 | |
| 1091 | void CtrlrModulator::setValueNonMapped (const int newValue, const bool force, const bool mute) |
| 1092 | { |
| 1093 | processor.setValueGeneric (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), force, mute); |
| 1094 | } |
| 1095 | |
| 1096 | void CtrlrModulator::setModulatorValue(const int newValue, bool vst, bool midi, bool ui) |
| 1097 | { |
no test coverage detected