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

Method DropdownUpdated

Source/NoteVibrato.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void NoteVibrato::DropdownUpdated(DropdownList* list, int oldVal, double time)
94{
95 if (list == mIntervalSelector)
96 mModulation.GetPitchBend(-1)->SetLFO(mVibratoInterval, mVibratoAmount);
97}
98
99void NoteVibrato::CheckboxUpdated(Checkbox* checkbox, double time)
100{

Callers

nothing calls this directly

Calls 2

SetLFOMethod · 0.45
GetPitchBendMethod · 0.45

Tested by

no test coverage detected