[PD-dev] [ pure-data-Patches-1933679 ] FFTW3 interface for pd-0.41-4

SourceForge.net noreply at sourceforge.net
Sat Apr 14 20:30:51 CEST 2012


Patches item #1933679, was opened at 2008-04-03 12:19
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933679&group_id=55736

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: Nobody/Anonymous (nobody)
Date: 2012-04-14 11:30

Message:
tTcAE2  <a href="http://toluxijewmnm.com/">toluxijewmnm</a>,
[url=http://ybfoiurwihsz.com/]ybfoiurwihsz[/url],
[link=http://ppzhbwpldpgs.com/]ppzhbwpldpgs[/link],
http://kkhxyhatipzf.com/

----------------------------------------------------------------------

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&group_id=55736



More information about the Pd-dev mailing list