[PD] [qlist] and locality

Roman Haefeli reduzent at gmail.com
Wed Apr 2 08:57:30 CEST 2014


On Mon, 2014-03-31 at 18:54 -0300, Alexandre Torres Porres wrote:
> Hi there, I can't get messages from [qlist] to an object with "$0". Is
> this really a problem?

You can:


[nbx\
|
[t b f]
|     \
[pack $0 f]
|
[add 500 $1-bla $2]
|
[qlist]


[r $0-bla]
|
[print]

The thing is you have to expand $0 before you're putting the messages
into qlist. BTW: You also cannot internally expand to the arguments ($1,
$2, etc.) of the abstraction that contains the qlist. You'd have to use
the same 'trick'.


Roman
 







More information about the Pd-list mailing list