Re: [PD] [qlist] and locality

2014-04-02 Thread Roman Haefeli
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

Re: [PD] [qlist] and locality

2014-04-02 Thread Roman Haefeli
On Tue, 2014-04-01 at 17:20 -0300, Alexandre Torres Porres wrote: you might want to see the messages sent by [qlist] the same as messages in msgboxes, where you don't have $0-expansion either Bummer. anyway, this brings me to a different topic then. Why is there this lack of expansion

Re: [PD] [qlist] and locality

2014-04-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-04-02 08:57, Roman Haefeli wrote: 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: [pack $0 f] | [add 500 $1-bla

Re: [PD] [qlist] and locality

2014-04-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-04-02 09:08, Roman Haefeli wrote: You're asking for inconsistency: ++ fmsda IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

Re: [PD] [qlist] and locality

2014-04-02 Thread Miller Puckette
See also the 'text' object in 0.45 that does $ expansion :) M On Wed, Apr 02, 2014 at 09:45:56AM +0200, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-04-02 08:57, Roman Haefeli wrote: On Mon, 2014-03-31 at 18:54 -0300, Alexandre Torres Porres wrote:

Re: [PD] [qlist] and locality

2014-04-02 Thread Alexandre Torres Porres
See also the 'text' object in 0.45 that does $ expansion :) on it ;) Now, so it seems, at least [qlist] could be upgarded any time to do the expansion, right? That wouldn't hurt, would it? Cheers 2014-04-02 10:26 GMT-03:00 Miller Puckette m...@ucsd.edu: See also the 'text' object in 0.45

Re: [PD] [qlist] and locality

2014-04-02 Thread Jonathan Wilkes
On 04/02/2014 03:08 AM, Roman Haefeli wrote: On Tue, 2014-04-01 at 17:20 -0300, Alexandre Torres Porres wrote: you might want to see the messages sent by [qlist] the same as messages in msgboxes, where you don't have $0-expansion either Bummer. anyway, this brings me to a different topic

Re: [PD] [qlist] and locality

2014-04-02 Thread IOhannes m zmölnig
On 04/02/2014 05:43 PM, Alexandre Torres Porres wrote: See also the 'text' object in 0.45 that does $ expansion :) on it ;) Now, so it seems, at least [qlist] could be upgarded any time to do the expansion, right? That wouldn't hurt, would it? or you could build your own [qlist] based on

Re: [PD] [qlist] and locality

2014-04-02 Thread Alexandre Torres Porres
or you could build your own [qlist] based on [text]... no need to change the old and rusty code of the original [qlist]. I get the workaround, but [qlist] is built for sequencing and simpler for that (like, it can easily set the tempo), and I still think it wouldn't hurt to make it more

Re: [PD] [qlist] and locality

2014-04-02 Thread Alexandre Torres Porres
By the way, haven't been really able to make it work well with [textfile]. If you get a symbol with $0-symbol from a text file, you can't use it to work as an address for [send]. 2014-04-02 19:00 GMT-03:00 Alexandre Torres Porres por...@gmail.com: or you could build your own [qlist] based on

Re: [PD] [qlist] and locality

2014-04-02 Thread Alexandre Torres Porres
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. The only workaround is to forcely insert $0 with [makefilename], but then all