Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
void FloatSliderLFOControl::SetRate(NoteInterval rate)
362
{
363
mLFOSettings.mInterval = rate;
364
mLFO.SetPeriod(mLFOSettings.mInterval);
365
}
366
367
void FloatSliderLFOControl::DoSpecialDelete()
368
{
Callers
nothing calls this directly
Calls
1
SetPeriod
Method · 0.80
Tested by
no test coverage detected