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

Method SetRate

Source/FloatSliderLFOControl.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void FloatSliderLFOControl::SetRate(NoteInterval rate)
362{
363 mLFOSettings.mInterval = rate;
364 mLFO.SetPeriod(mLFOSettings.mInterval);
365}
366
367void FloatSliderLFOControl::DoSpecialDelete()
368{

Callers

nothing calls this directly

Calls 1

SetPeriodMethod · 0.80

Tested by

no test coverage detected