[PD-dev] [ pure-data-Feature Requests-1525163 ] Make each canvas uniquely adressable

SourceForge.net noreply at sourceforge.net
Wed Jul 19 12:24:06 CEST 2006


Feature Requests item #1525163, was opened at 2006-07-19 10:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1525163&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: None
Status: Open
Priority: 5
Submitted By: Jamie Bullock (postlude)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make each canvas uniquely adressable

Initial Comment:
For the purposes of dynamic patching, it would be very
useful if all canvases were uniquely addressable. For
example:

[;pd-my_abstraction.pd foo bar(

Should retain its current behaviour and go to all
instances of that abstraction

whereas

[;pd-$0 foo bar( 

Should go to its container canvas.

And the expanded $0 variable should work from other
canvases. E.g. if $0 above expands to 1001, then

[;pd-1001 foo bar( 

should have the same effect as the above, but work from
any open canvas.

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

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




More information about the Pd-dev mailing list