Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ TremoloEffect
Method
TremoloEffect
Source/TremoloEffect.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
#include
"UIControlMacros.h"
30
31
TremoloEffect::TremoloEffect()
32
{
33
mLFO.SetPeriod(mInterval);
34
mLFO.SetType(mOscType);
35
Clear(mWindow, kAntiPopWindowSize);
36
}
37
38
void TremoloEffect::CreateUIControls()
39
{
Callers
nothing calls this directly
Calls
3
Clear
Function · 0.85
SetPeriod
Method · 0.80
SetType
Method · 0.45
Tested by
no test coverage detected