MCPcopy 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
31TremoloEffect::TremoloEffect()
32{
33 mLFO.SetPeriod(mInterval);
34 mLFO.SetType(mOscType);
35 Clear(mWindow, kAntiPopWindowSize);
36}
37
38void TremoloEffect::CreateUIControls()
39{

Callers

nothing calls this directly

Calls 3

ClearFunction · 0.85
SetPeriodMethod · 0.80
SetTypeMethod · 0.45

Tested by

no test coverage detected