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

Method ResetFilter

Source/ButterworthFilterEffect.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void ButterworthFilterEffect::ResetFilter()
114{
115 for (int i = 0; i < ChannelBuffer::kMaxNumChannels; ++i)
116 mButterworth[i].Clear();
117}
118
119void ButterworthFilterEffect::DropdownUpdated(DropdownList* list, int oldVal, double time)
120{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected