| 73 | } |
| 74 | |
| 75 | void ModWheel::FloatSliderUpdated(FloatSlider* slider, float oldVal, double time) |
| 76 | { |
| 77 | if (slider == mModWheelSlider) |
| 78 | mModulation.GetModWheel(-1)->SetValue(mModWheel); |
| 79 | } |
| 80 | |
| 81 | void ModWheel::CheckboxUpdated(Checkbox* checkbox, double time) |
| 82 | { |
nothing calls this directly
no test coverage detected