[PD-dev] [ pure-data-Patches-3400300 ] move cord drawing from pd to Tcl procs in pd-gui

SourceForge.net noreply at sourceforge.net
Tue Aug 30 09:09:45 CEST 2011


Patches item #3400300, was opened at 2011-08-29 21:08
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3400300&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
Group: feature
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: move cord drawing from pd to Tcl procs in pd-gui

Initial Comment:
This patch replaces the raw Tcl code in the 'pd' process' C code with two Tcl procs in pdtk_canvas: draw_signal_cord and draw_message_cord.  This allows for customization of the cords from GUI plugins and Pd patches.  This also is a step in the direction of making the 'pd' --> 'pd-gui' communications Pd messages rather than Tcl code.


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

>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-08-30 09:09

Message:
i haven't had a look yet, but wouldn't it be better to use a single
tcl-proc "connect" (or "draw_cords") and specify the type of connection as
an argument?
this way it can be more easily expanded to other connection types.

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

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



More information about the Pd-dev mailing list