Patches item #2971275, was opened at 2010-03-16 14:40 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2971275...
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-dev Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: IOhannes m zmlnig (zmoelnig) Assigned to: Nobody/Anonymous (nobody) Summary: internally use printhooks
Initial Comment: Pd allows an external programmer to setup a "printhook" to redirect all posts. whenever something is "posted", Pd will then check whether there is a printhook, and if not, either print to stderr to post via pd-gui.
the attached patch unifies this, by using printhook internally as well.
NOTE: this patch only works with the pd-gui-rewrite (e.g.l revision 13212)
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-03-16 14:41
Message: the reason of course is to simplify the code and speed it up by getting rid of a lot of if{}s
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2971275...