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

Method FloatSliderUpdated

Source/NoteVibrato.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void NoteVibrato::FloatSliderUpdated(FloatSlider* slider, float oldVal, double time)
88{
89 if (slider == mVibratoSlider)
90 mModulation.GetPitchBend(-1)->SetLFO(mVibratoInterval, mVibratoAmount);
91}
92
93void NoteVibrato::DropdownUpdated(DropdownList* list, int oldVal, double time)
94{

Callers

nothing calls this directly

Calls 2

SetLFOMethod · 0.45
GetPitchBendMethod · 0.45

Tested by

no test coverage detected