reset method

void reset()
inherited

Implementation

void reset() {
  for (int i = 0; i < _numBiquads; i++) _states[i].reset();
}