[PD] opening $0-subpatch bug?

Frank Barknecht fbar at footils.org
Mon Dec 5 13:00:27 CET 2005


Hallo,
derek holzer hat gesagt: // derek holzer wrote:

> Frank Barknecht wrote:
> 
> >It doesn't: "pp" (or "prepend" or nowadays: "list prepend") creates a
> >list. whose first element will be "pd-" in that case, so in the end
> >you have [; pd- vis 1(, which is not, what you want.
> >
> >You really need to use [makefilename] here, it even is a builtin Pd
> >object.
> 
> It did here. I got a message which reads [;pd-2200 vis 1(
> where $0 = 2200.

Hm, maybe we have different kinds of [pp]? The [pp] I have (an
abstraction in iemabs, which calls iem_prepend_kernel inside) results
in "pd- 123" (note the space inbetween!) as result in attached patch.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 102 127 pp pd-;
#X obj 102 155 print;
#X text 159 156 prints "pd- 123" here;
#X msg 102 104 123;
#X connect 0 0 1 0;
#X connect 3 0 0 0;


More information about the Pd-list mailing list