[PD] hexloader incorporated into vanilla?

IOhannes m zmoelnig zmoelnig at iem.at
Thu Aug 31 17:51:35 CEST 2017


On 08/04/17 06:27, Jonathan Wilkes via Pd-list wrote:
>> Sorry, I just noticed this message.
> 
> 
>> Pd's default loader mechanism has a "hexloader" in it.
> Nevermind-- it appears to be vestigial, as only the non-hexmunged name is used 
> for the filename.

this is intentional.
filenames have way less restrictions than C-symbols, so there is little
reason to hexmunge them and make them even more unreadable by the
ordinary human.


On 08/04/17 01:30, Jonathan Wilkes via Pd-list wrote:
> Curious-- if the user tries to create [foo], what is the use case for
> the default loader trying to load "foo/foo.$pd_extension" and
> "foo/foo.pd"?

like: loading libraries that keep all their stuff (e.g. documentation)
local in a directory, trying not to pollute your path too much?
i very much prefer to look at:
  bar/
  foo1/
  foo2/
  foo3/
  foo4/
  foo5/
  foo6/
  foo7/
  foo8/
  foo9/
than to look at:
  bar.pd
  bar-help.pd
  foo1.pd
  foo1-help.pd
  foo2.pd
  foo2-help.pd
  foo2.txt
  foo3.pd
  foo3-help.pd
  foo4.pd
  foo4-help.pd
  foo5.pd
  foo5-help.pd
  foo5a.txt
  foo5b.txt
  foo6.pd
  foo6-help.pd
  foo7.pd
  foo7-help.pd
  foo8.pd
  foo8-help.pd
  foo9.pd
  foo9-help.pd
when i'm really only interested in the [bar] object.



sgdfmars
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20170831/c587a277/attachment.sig>


More information about the Pd-list mailing list