using fftw in max external

oddharmonix's icon

Hey guys, As an exercise I'm trying to implement an fft and ifft routine in a max external, with the ultimate goal of implementing convolution (I know there's pfft and I'm not interested in using that). I'm using the FFTW3 universal distro and I've linked the header file and library. Everything builds okay, but as soon as I turn on the DAC in Max the program crashes. I cannot for the life of me figure out what I'm doing wrong. Can I even use FFTW3?

oddharmonix's icon

Never mind, I figured it out and got it running.