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

Method CheckboxUpdated

Source/DCRemoverEffect.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void DCRemoverEffect::CheckboxUpdated(Checkbox* checkbox, double time)
74{
75 if (checkbox == mEnabledCheckbox)
76 {
77 for (int i = 0; i < ChannelBuffer::kMaxNumChannels; ++i)
78 mBiquad[i].Clear();
79 }
80}

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected