MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / FloatSliderUpdated

Method FloatSliderUpdated

Source/ModWheel.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SetValueMethod · 0.45
GetModWheelMethod · 0.45

Tested by

no test coverage detected