Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetLFO
Method
SetLFO
Source/ModulationChain.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void ModulationChain::SetLFO(NoteInterval interval, float amount)
74
{
75
mLFO.SetPeriod(interval);
76
mLFOAmount = amount;
77
}
78
79
void ModulationChain::AppendTo(ModulationChain* chain)
80
{
Callers
nothing calls this directly
Calls
1
SetPeriod
Method · 0.80
Tested by
no test coverage detected