Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
void FloatSlider::DisableLFO()
561
{
562
if (mLFOControl)
563
mLFOControl->SetLFOEnabled(false);
564
}
565
566
float FloatSlider::GetValue() const
567
{
Callers
3
Commit
Method · 0.80
PlayNote
Method · 0.80
SetSnapshot
Method · 0.80
Calls
1
SetLFOEnabled
Method · 0.80
Tested by
no test coverage detected