[PD-dev] [ pure-data-Patches-2971275 ] internally use printhooks

SourceForge.net noreply at sourceforge.net
Fri Apr 2 07:30:16 CEST 2010


Patches item #2971275, was opened at 2010-03-16 13:40
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2971275&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-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: Nobody/Anonymous (nobody)
Date: 2010-04-02 05:30

Message:
i don't see any attached patch... (?)

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

Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-03-16 13: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&group_id=55736




More information about the Pd-dev mailing list