[RESOLVED] FFT header inclusion for 5.1.1

So I’m testing out JUCE 5.1.1 and one of my existing classes used the old FFT class… so I added the new JUCE DSP mode to the project in PJ and set the dialect to C++14… but when I compile my project I get the compile error that FFT is an unknown type name. Is there something I need to change to (include to) have the project compile the juce_dsp/frequency/juce_FFT.h included before my class is compiled?

EDIT: Aah… I see y’all added a new dsp namespace!

Cheers,

Rail

1 Like