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

Method DropdownUpdated

Source/LFOController.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void LFOController::DropdownUpdated(DropdownList* list, int oldVal, double time)
138{
139 if (mLFO == nullptr)
140 return;
141
142 mLFO->UpdateFromSettings();
143}
144
145void LFOController::FloatSliderUpdated(FloatSlider* slider, float oldVal, double time)
146{

Callers

nothing calls this directly

Calls 1

UpdateFromSettingsMethod · 0.80

Tested by

no test coverage detected