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

Method DisableLFO

Source/Slider.cpp:560–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void FloatSlider::DisableLFO()
561{
562 if (mLFOControl)
563 mLFOControl->SetLFOEnabled(false);
564}
565
566float FloatSlider::GetValue() const
567{

Callers 3

CommitMethod · 0.80
PlayNoteMethod · 0.80
SetSnapshotMethod · 0.80

Calls 1

SetLFOEnabledMethod · 0.80

Tested by

no test coverage detected