damn, I didn't know about git.puredata.info!
the bsaylor version hosted there already has the fix for 64-bit (by IOhannes in 2015).
I'm a bit confused, though: IOhannes uploaded bsaylor 1.1 for OSX to Deken in 2016, so I would have thought the bug had been fixed in those binaries...
anyway, I pushed it from git.puredata.info to pd-externals and updated the build system: https://github.com/pd-externals/bsaylor
Note: You should probably statically link fftw3
this works for me (in the Makefile):
partconv~.class.ldlibs = -l:libfftw3f.a pvoc~.class.ldlibs = -l:libfftw3.a
Christof
Gesendet: Dienstag, 31. Juli 2018 um 18:11 Uhr Von: "Dan Wilcox" danomatika@gmail.com An: "Christof Ressi" christof.ressi@gmx.at Cc: Pd-List pd-list@lists.iem.at Betreff: Re: [PD] sound convolution / phase vocoder
Note: You should probably statically link fftw3, at least on macOS. Either that, or distribute the dylib with the external somehow. Here's a quick hack I used when building 64bit only: define forDarwin target.arch = x86_64 ldlibs = $(shell pkg-config --variable=libdir fftw3)/libfftw3.a endef On Jul 31, 2018, at 5:58 PM, Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> wrote:
nevermind, just saw you invitation after sending the e-mail :-)
I didn't know about this group. great to have it! Gesendet: Dienstag, 31. Juli 2018 um 17:56 Uhr Von: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> An: "Dan Wilcox" <danomatika@gmail.com[mailto:danomatika@gmail.com]> Cc: Pd-List <pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]> Betreff: Re: [PD] sound convolution / phase vocoder Why not host bsyalor separately in the pd-externals group? where can I find it?
Gesendet: Dienstag, 31. Juli 2018 um 15:10 Uhr Von: "Dan Wilcox" <danomatika@gmail.com[mailto:danomatika@gmail.com]> An: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> Cc: jm.adrien.mnt@gmail.com[mailto:jm.adrien.mnt@gmail.com], Pd-List <pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]> Betreff: Re: [PD] sound convolution / phase vocoder
Why not host bsyalor separately in the pd-externals group? On Jul 31, 2018, at 1:33 PM, Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at][mailto:christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]]> wrote:
Hi, here's the updated source:
https://github.com/Spacechild1/pd-macambira/commit/a9d64860bd2804aaa65308223...]]
I fixed both pvoc~ and partconv~ and added pd-lib-builder. Can someone check on OSX (and 64-bit Linux) if this works now and upload the binaries to Deken? I can make a PR to pd-macambira.
Christof Gesendet: Dienstag, 31. Juli 2018 um 11:59 Uhr Von: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> An: "Dan Wilcox" <danomatika@gmail.com[mailto:danomatika@gmail.com]>, Pd-List <pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]> Betreff: Re: [PD] sound convolution / phase vocoder
I had a quick look at the source. Seems like pvoc~ is not 64-bit ready. The offender is the call to "garray_getfloatarray" in "set_array", it should be "garray_getfloatwords" instead and "t_float *array" should be "t_word *array" etc.
Actually, a call to "garray_getfloatarray" in 64 bit code should print the following error message: "failed since it uses garray_getfloatarray while running 64-bit!".
FWIW, the 32-bit Windows binaries work fine for me.
I'll push a fix in a minute.
Dan Wilcox @danomatika[http://twitter.com/danomatika] danomatika.com[http://danomatika.com] robotcowboy.com[http://robotcowboy.com]