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