Most Transparent Multiband Splitter – Effects Forum
I don’t know of any, just multiband plugins that use it internally. It doesn’t mean that they don’t exist.
By FIR/FFT I wanted to mean a FIR filter doing the convolution by using a FFT. As the number of FIR filter coefficients grow after some point it’s more efficient to use a FFT instead of naive convolution. But that doesn’t mean that the filtering itself is done on the frequency domain, the results are the same, it’s just an implementation detail/optimization. This is how e.g. r8brain does it.
I don’t know if the phase shifts of a Linkwitz Riley crossover can be heard on an A/B test on most cases/material. If mixing the original signal is desired, you can apply the same crossover in parallel to the Dry signal and sum it back, this way both the dry and wet signal will have the phase shift (there are more efficient ways to do it inside a plugin).
I’m almost ready to release a version of MixMaxtrix that can be used as a Linkitz Riley crossover with selectable band slope, but there is a bug on the Windows version (Win/Linux only) that I have to catch and very little free time to do it.
I have been toying with the idea of adding a crossover based on forwards-backwards filtering (as ljkb QRange does), but I don’t think I’d use it a lot.
Read more here: Source link