[PD] Full stop '.' in class namespace

Jonathan Wilkes jancsika at yahoo.com
Sun May 12 04:23:21 CEST 2019


 > On Saturday, May 11, 2019, 10:09:00 PM EDT, Lucas Cordiviola <lucarda27 at 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)

  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20190512/343bf3e1/attachment-0001.html>


More information about the Pd-list mailing list