[PD] Reverberation in PD: suggestions?

Peter Worth peterworth at gmail.com
Sun Apr 9 11:20:18 CEST 2006


i've already got fftw (i used it for some analysis a while ago). like
i say, it compiles and links ok, its just that pd doesnt find the
setup function in the newly created dll.

On 4/9/06, Hans-Christoph Steiner <hans at eds.org> wrote:
>
> You'll need to compile and link against FFTW3 also.  That's the lib
> that partconv~ uses to do the FFT.  Compile FFTW with MinGW or use
> the binary:
>
> http://www.fftw.org/install/windows.html
>
> .hc
>
> On Apr 8, 2006, at 6:09 AM, Peter Worth wrote:
>
> > no probs. i still can't work out why the setup function isn't
> > exporting though.
> >
> > anyone know how pd links with dlls anyway? doesnt it need some kind of
> > .lib file?
> >
> > pete
> >
> > On 4/8/06, Roman Haefeli <reduzierer at yahoo.de> wrote:
> >> hi peter
> >>
> >> i'm very interested in a binary of  partconv for windows. i'd be
> >> glad if you
> >> could send me it to me, when it'e ready. maybe ben saylor could
> >> put it on
> >> his member page (if he wants to support windows).
> >>
> >> roman
> >>
> >>
> >>
> >> "Peter Worth" <peterworth at gmail.com> wrote:
> >>
> >>> its compiled now, but the pd console says:
> >>>
> >>> load_object: Symbol "partconv_tilde_setup" not found
> >>> partconv~/partconv~: can't load library
> >>>
> >>> even though the code definately has this:
> >>>
> >>> __declspec(dllexport) void partconv_tilde_setup(void)
> >>> {
> >>> ...
> >>> pete.
> >>
> >>
> >>
> >
> > _______________________________________________
> > PD-list at iem.at mailing list
> > UNSUBSCRIBE and account-management -> http://lists.puredata.info/
> > listinfo/pd-list
>
>
> ________________________________________________________________________
> ____
>
> "Information wants to be free."
>                                       -Stewart Brand
>
>




More information about the Pd-list mailing list