[PD-dev] [ pure-data-Patches-3415092 ] add setup() function as final option when loading externals

SourceForge.net noreply at sourceforge.net
Sat Dec 15 21:24:59 CET 2012


Patches item #3415092, was opened at 2011-09-28 11:18
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3415092&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
>Status: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add setup() function as final option when loading externals

Initial Comment:
With Pd-extended, I have added a pd/startup/ folder that allows Pd to auto-start things without prefs or flags.  The idea is for loading things like the libdir or Lua loaders using ordered symlinks, like:

startup/0.libdir.pd_linux
startup/1.pdlua.pd_linux

Having setup() would also provide an easy way to deal with hexloader characters in the object name.  For people building a single object, they would only need to call it setup() and not have to calculate the hex codes for it.  The patch adds two lines of code for _WIN32 and two for everything else.  Its included in Pd-extended 0.43.1

----------------------------------------------------------------------

>Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-15 12:24

Message:
appears already to have been applied

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3415092&group_id=55736



More information about the Pd-dev mailing list