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