Hi community
.
I’m working on a plug-in to compute the FFT of two input channels. So far I’ve followed the tutorial and have it working but with a fixed FFT size, using the FFT::perform() method because I want to show frequency and phase information.
I know for a related post that it’s recommended to use a ScopedPointer for the FFT object. However, I’m struggling to set the fifo, ffData and also fftComplexData (type std::complex) arrays with the new fftSize. What would you recommend to re-init these arrays?
Thank you.
