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