MCPcopy 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
73void ModulationChain::SetLFO(NoteInterval interval, float amount)
74{
75 mLFO.SetPeriod(interval);
76 mLFOAmount = amount;
77}
78
79void ModulationChain::AppendTo(ModulationChain* chain)
80{

Callers

nothing calls this directly

Calls 1

SetPeriodMethod · 0.80

Tested by

no test coverage detected