berndporr / iir1

DSP IIR realtime filter library written in C++
http://berndporr.github.io/iir1/
MIT License
627 stars 137 forks source link

Copy constructors #41

Closed nickbailey closed 2 years ago

nickbailey commented 2 years ago

I've

I've also put a reset in the constructor. If you don't it messed up. That said, I can't reproduce that. So delete the call (PoleFilter.h:128) as you think fit.