I believe he means I split out each objectclass into its own file,
like Java does. That allows us to use namespaces prefixes like zexy/
symbol2list.
.hc
On Dec 15, 2010, at 8:56 PM, Jonathan Wilkes wrote:
What does "exploded" mean?
-Jonathan
--- On Thu, 12/16/10, Mathieu Bouchard matju@artengine.ca wrote:
From: Mathieu Bouchard matju@artengine.ca Subject: Re: [PD] L2Ork Pd update now available To: "Jonathan Wilkes" jancsika@yahoo.com Cc: "Ivica Ico Bukvic" ico@vt.edu, pd-list@iem.at Date: Thursday, December 16, 2010, 2:46 AM On Wed, 15 Dec 2010, Jonathan Wilkes wrote:
If you look inside the externals/build/src folder you
should see
them. (I think they are all from zexy but not
absolutely sure.)
Isn't class_addcreator supposed to take care of this?
class_addcreator can only take care of this if it is run. It is normally run by the _setup function of the .pd_linux (or whatever) file. That file was normally loaded by using -lib (the startup list of libraries) but since then, Hans exploded as many libraries as he could manage to, with the firm belief that it made a positive difference. As one of the results, the aliases don't get registered because _setup has to be run first, and the appropriate _setup is found by looking for the .pd_linux file.
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Free software means you control what your computer does. Non-free
software means someone else controls that, and to some extent controls
you." - Richard M. Stallman