> That's, at least, what i guess this line is for.
 
you're right
 
> Not sure which lib has this folder structure but may be there's at least one?
 
basically all externals in the extra folder ;-) but some other externals which come to my mind: comport, freeverb~, readanysf~, etc.
 
also, all multi-object-per-binary libraries like zexy, iemlib and partly cyclone, so you can load them without adding the folder path.
 
Gesendet: Sonntag, 12. Mai 2019 um 05:55 Uhr
Von: "Lucas Cordiviola" <lucard...@hotmail.com>
An: "Jonathan Wilkes" <jancs...@yahoo.com>, "pd-list@lists.iem.at" <pd-list@lists.iem.at>
Betreff: Re: [PD] Full stop '.' in class namespace

so it looks that this line is intended for a library that has the [object] in a folder.

say:

*/externals/foo/bar/bar.dll

That's, at least, what i guess this line is for.

Not sure which lib has this folder structure but may be there's at least one?

 

 

Mensaje telepatico asistido por maquinas.
On 5/11/2019 11:23 PM, Jonathan Wilkes wrote:

> On Saturday, May 11, 2019, 10:09:00 PM EDT, Lucas Cordiviola <lucard...@hotmail.com> wrote:
 

> isn't it that :

> /* next try (objectname)/(classname).(sys_dllextent) ... */

> will load "foo/bar.pd_linux".

> This is correct right?
 
No, "objectname" refers to full string that was typed into the object box. So "foo/bar"
 
"classname" refers to the part after the rightmost slash-- "bar"
 
This combines for "foo/bar/bar.pd_linux" (for example).
 
You can test it with the "-verbose" flag. Try entering "foo/bar" in an object box and 
try to create it. You'll see "foo/bar/bar" with various extensions in the Pd window.
 
-Jonathan
 

> watch the "/" and "." :

> (something) / (something) . (extension)

_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to