Hi all,
I just got around to making some updates to [convolve~] for partitioned IR convolution reverb. I'm now using FFTW so that non-power-of-two window sizes are possible, which gives finer control over the delay between the dry and wet signal as well as CPU% impact. You can change window size on the fly now too. The other major difference is an FFT filter eq method for making custom adjustments to the IR's spectrum.
I'd appreciate testing from anyone who's willing. The source, help file, and Mac OS binary are here:
I'll probably update with Windows and 64bit Linux binaries tomorrow. Or, the Makefile will let you build in the meantime if you build/install FFTW first.
William