Patches item #1933679, was opened at 2008-04-03 12:19 Message generated for change (Comment added) made by millerpuckette You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933679...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata-dev Group: feature
Status: Closed Resolution: Accepted
Priority: 5 Private: No Submitted By: Thomas Grill (xovo) Assigned to: Miller Puckette (millerpuckette) Summary: FFTW3 interface for pd-0.41-4
Initial Comment: The attached patch implements the necessary functionality to emulate the mayer_fft with FFTW3. It's a strange approach and not ultimately efficient, but it's better than the plain mayer_fft in any case.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2010-07-24 21:00
Message: Took it -- but probably won't test it - caveat emptor
----------------------------------------------------------------------
Comment By: Rich E (reakin) Date: 2008-05-21 13:19
Message: Logged In: YES user_id=1586621 Originator: NO
info->in = (fftwf_complex*) fftwf_malloc(sizeof(fftw_complex) * n); info->out = (fftwf_complex*) fftwf_malloc(sizeof(fftw_complex) * n);
shouldn't this be fftwf_malloc(sizeof(fftwf_complex) *n)? I think you allocating for doubles instead of floats.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933679...