[PD-dev] Re: [PD] flext external problem

Thomas Grill t.grill at gmx.net
Tue Mar 18 21:14:07 CET 2003


Hi Tim,
i think i know the problem.
It's possibly badly documented but unfortunately the class name is of
importance for the FLEXT_NEW statement.

If you have a class "tbroute" then FLEXT_NEW generates a setup function
named "tbroute_setup", while FLEXT_NEW_DSP generates "tbroute_tilde_setup".
In your case of a class "tbroute_tilde" the latter would result in
"tbroute_tilde_tilde_setup" which is not what PD wants.

sorry for that and best greetings,
Thomas


----- Original Message -----
From: <TimBlechmann at gmx.net>
To: "Thomas Grill" <t.grill at gmx.net>
Cc: <pd-list at iem.kug.ac.at>
Sent: Tuesday, March 18, 2003 8:45 PM
Subject: Re: [PD] flext external problem


> thanks for your message, i used FLEXT_NEW_DSP_1 since i need a creation
> argument.
> i had the problem with both ~ and _tilde...
>
> i've attached the code, it would be very nice if you have a look at it.
> thanks..
>
> tim
>
> > Hi Tim,
> > i would need to see the source to give you really concise information,
but
> > i
> > guess there is a mismatch of message and tilde definitions here.
> >
> > Are you correctly using FLEXT_NEW_DSP* (instead of FLEXT_NEW*) in your
> > signal external?
> > You should also call your external tbroute~.pd_linux instead of
> > tbroute_tilde.pd_linux. PD knows how to handle the ~.
> >
> > best greetings,
> > Thomas
> >
> > ----- Original Message -----
> > From: <TimBlechmann at gmx.net>
> > To: <pd-list at iem.kug.ac.at>
> > Sent: Tuesday, March 18, 2003 3:37 PM
> > Subject: [PD] flext external problem
> >
> >
> > > hi,
> > >
> > > i've got a problem loading a flext external ():
> > >
> > > tried /.../tbroute_tilde.pd_linux and succeeded
> > > load_object: Symbol "tbroute_tilde_setup" not found
> > > ../pd-linux/tbroute_tilde: can't load library
> > >
> > > i've got a very similar external that routes float numbers instead of
> > sounds
> > > that works perfectly. does anyone have an idea what could be the
> > problem?
> > >
> > > thanks a lot
> > >
> > > tim
> > >
> > > --
> > > +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> > > Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
> > >
> > >
> > > _______________________________________________
> > > PD-list mailing list
> > > PD-list at iem.kug.ac.at
> > > http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
> > >
> > >
> > >
> >
>
> --
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!





More information about the Pd-dev mailing list