| 1094 | } |
| 1095 | |
| 1096 | void CtrlrModulator::setModulatorValue(const int newValue, bool vst, bool midi, bool ui) |
| 1097 | { |
| 1098 | processor.setValueGeneric (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), true, !midi); |
| 1099 | } |
| 1100 | |
| 1101 | int CtrlrModulator::getValueMapped() const |
| 1102 | { |
nothing calls this directly
no test coverage detected