MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / OnCommit

Method OnCommit

Source/LooperGranulator.cpp:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void LooperGranulator::OnCommit()
109{
110 mOn = false;
111 mFreeze = false;
112 if (mPosSlider->GetLFO())
113 mPosSlider->GetLFO()->SetLFOEnabled(false);
114}
115
116void LooperGranulator::PostRepatch(PatchCableSource* cableSource, bool fromUserClick)
117{

Callers 1

CommitMethod · 0.80

Calls 2

SetLFOEnabledMethod · 0.80
GetLFOMethod · 0.45

Tested by

no test coverage detected