[PD] $0 infix...

IOhannes m zmoelnig zmoelnig at iem.at
Fri Jun 30 09:22:43 CEST 2006


Frank Barknecht wrote:

>   
>   [f $0]
>   |        
>   [list prepend pd]
>   |
>   [traverse $1-$2-subpatch(
> 

i know you love [list], but you could also do this with messages

[bang(
|
[f $0]
|
[list pd $1(
|
[traverse $1-$2-subpatch(

or using [list] reducing the amount of objects involved by 1:

[bang(
|
[list prepend pd $0]
|
[traverse $1-$2-subpatch(


but you still have to wait for pd-0.40

mfg.asdr-
IOhannes




More information about the Pd-list mailing list