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

Method CheckboxUpdated

Source/EQEffect.cpp:137–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void EQEffect::CheckboxUpdated(Checkbox* checkbox, double time)
138{
139 if (checkbox == mEnabledCheckbox)
140 {
141 for (int ch = 0; ch < ChannelBuffer::kMaxNumChannels; ++ch)
142 {
143 for (int i = 0; i < NUM_EQ_FILTERS; ++i)
144 mBanks[ch].mBiquad[i].Clear();
145 }
146 }
147}
148
149void EQEffect::IntSliderUpdated(IntSlider* slider, int oldVal, double time)
150{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected