| 1070 | |
| 1071 | |
| 1072 | void CtrlrModulator::setValue(const int newValue, const bool force) |
| 1073 | { |
| 1074 | processor.setValueGeneric (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), force, false); |
| 1075 | } |
| 1076 | |
| 1077 | /** @brief Set the value of the modulator |
| 1078 |
nothing calls this directly
no test coverage detected