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

Method SetFromMidiCC

Source/Slider.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void FloatSlider::SetFromMidiCC(float slider, double time, bool setViaModulator)
443{
444 SetValue(GetValueForMidiCC(slider), time);
445}
446
447float FloatSlider::GetValueForMidiCC(float slider) const
448{

Callers 11

PollMethod · 0.45
OnMidiControlMethod · 0.45
PollMethod · 0.45
oscMessageReceivedMethod · 0.45
OnPush2ControlMethod · 0.45
MidiReceivedMethod · 0.45
OnGridButtonMethod · 0.45
OnTransportAdvancedMethod · 0.45
MouseScrolledMethod · 0.45
StepMethod · 0.45
RandomizeControlMethod · 0.45

Calls 1

ofClampFunction · 0.85

Tested by

no test coverage detected