-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-04-03 03:05, Alexandre Torres Porres wrote:
So, tried other things, and I see it won't be able to deal with messages including "$0" like [qlist]. So the reason must be not related to [qlist] or [textfile], but the way Pd handles (or doesn't handle) $0 in messages.
yes.
The only workaround is to forcely insert $0 with [makefilename],
yes.
but then all symbols have to be local.
no. you can build logic in Pd that will add $0 to *some* symbols. e.g. use [route] to extract those special senders you want to prepend with "$0".
note that i'm not saying that this could not be done more conveniently on the Pd side. i'm only saying that you can build things yourself that do (more or less) what you want to do. and it's not that hard to create your own little set of helpers that do what you want (though probably not what I want)
btw: i would probably even recommend to use explicit *connections* (rather than send/receive pairs) for anything local. then you never have the problem of "[qlist] and locality" - very simple and forces you to think about your object interfaces.
fgmasdr IOhannes