atom feed18 messages in at.iem.pd-devRe: [PD-dev] Re: is namecanvas obsole...
FromSent OnAttachments
Tim BlechmannDec 29, 2004 1:41 pm.pd, .pd, .pd
Krzysztof CzajaDec 30, 2004 3:57 am 
Frank BarknechtDec 30, 2004 7:07 am 
Tim BlechmannDec 30, 2004 7:53 am 
Miller PucketteDec 30, 2004 11:02 am 
Frank BarknechtDec 30, 2004 11:14 am 
Frank BarknechtDec 30, 2004 11:35 am 
Tim BlechmannDec 30, 2004 12:43 pm 
Tim BlechmannDec 30, 2004 1:02 pm 
ixDec 30, 2004 2:26 pm 
Mathieu BouchardDec 31, 2004 10:50 am 
Mathieu BouchardDec 31, 2004 11:37 am 
Tim BlechmannJan 2, 2005 3:37 am 
Thomas GrillJan 2, 2005 4:02 am 
Tim BlechmannJan 2, 2005 5:14 am.pd
Krzysztof CzajaJan 3, 2005 6:28 am 
Krzysztof CzajaJan 3, 2005 6:33 am 
Frank BarknechtJan 3, 2005 6:45 am 
Subject:Re: [PD-dev] Re: is namecanvas obsolete or not?
From:Frank Barknecht (fb@footils.org)
Date:Dec 30, 2004 11:35:14 am
List:at.iem.pd-dev

Hallo, Miller Puckette hat gesagt: // Miller Puckette wrote:

Right, I'm rofgetting, the "pd $0-x" ends up naming the canvas "pd-$0-x" which is hard to generate as a symbol.

True, but it's possible, however then we have the other problem: Sending to this target only works with either a set-able send or message sends like: [; $1 $2 $3 $4 ...( where $1 is created to be "pd-$0-x". The problem is: The argument count must be known in advance, which is not always possible in dynamic patching.

A solution could be $* in messages. Or, heresy!, let $0 work if it's not at the start of a symbol.

Ciao