1 // Allpass filter implementation
3 // Written by Jezar at Dreampoint, June 2000
4 // http://www.dreampoint.co.uk
5 // This code is public domain
14 void allpass::setbuffer(float *buf
, int size
)
22 for (int i
=0; i
<bufsize
; i
++)
26 void allpass::setfeedback(float val
)
31 float allpass::getfeedback()