From ansum at soundbytes.de Mon May 30 14:51:39 2016 From: ansum at soundbytes.de (Andreas Sumerauer) Date: Mon, 30 May 2016 23:51:39 +0200 Subject: [Stk] small improvement to Filter::phaseDelay() Message-ID: Hello, I have been recently looking at the filter class and found a small improvement to the Filter::phaseDelay() function. I hope you like it. This: inline StkFloat Filter :: phaseDelay( StkFloat frequency ) { (...) StkFloat real = 0.0, imag = 0.0; for ( unsigned int i=0; i