[PD-dev] [ pure-data-Patches-3189135 ] glob_evalfile returns reference *

SourceForge.net noreply at sourceforge.net
Tue Feb 22 12:17:59 CET 2011


Patches item #3189135, was opened at 2011-02-22 03:17
Message generated for change (Tracker Item Submitted) made by reakin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3189135&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rich E (reakin)
Assigned to: Nobody/Anonymous (nobody)
Summary: glob_evalfile returns reference *

Initial Comment:
glob_evalfile returns a reference to the patch that it opens, which is useful when opening/closing patches with a system other than the messaging (pd open ....) system.  We are already using this system in libpd to open and close patches by reference instead of file name, and this also allows us to know more about the patch at instantiation (ex. dollar args).  

As the method glob_evalfile currently returns void, it has no backwards incompatibility issues.  

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

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



More information about the Pd-dev mailing list