Patches item #3415092, was opened at 2011-09-28 14:18 Message generated for change (Tracker Item Submitted) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3415092...
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: Open Resolution: None 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
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3415092...