[PD] opening $0-subpatch bug?

derek holzer derek at x-i.net
Mon Dec 5 10:47:09 CET 2005


Hi Alexandre,

alexandre matheson wrote:

> I am using a subpatch with a $0-name that I want to open with 
> ;pd-$0-name vis 1, but for some reason I get this error message:
> 
> error: pd-$0-name: no such object

$0 and $1 not work at the end or middle of a message. Thus $1-name 
works, but pd-$1-name or pd-name-$1 does not. The solution is either to 
use [makefilename] or [pp] to construct the string message you need:

guibang
|
[f $0]
|
[$1-name(
|
[pp pd-]
|
[;$1 vis 1(

Let me know if that works.
d.

-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 112:
"Magnify the most difficult details"




More information about the Pd-list mailing list