hi, forgot how to get the result to be a condensed h u p (hup). Attachment below... Perhaps an extra bang is needed. Did it before in a patch that freezes on startup now. ________________________________________________________________________ Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
europa989@aol.com wrote:
hi, forgot how to get the result to be a condensed h u p (hup). Attachment below... Perhaps an extra bang is needed. Did it before in a patch that freezes on startup now.
at the risk of sounding sarcastic: it would be interesting to know what you are talking about....
mfg.asdr IOhannes
On Sat, 2007-01-20 at 19:13 +0100, IOhannes m zmoelnig wrote:
europa989@aol.com wrote:
hi, forgot how to get the result to be a condensed h u p (hup). Attachment below... Perhaps an extra bang is needed. Did it before in a patch that freezes on startup now.
at the risk of sounding sarcastic: it would be interesting to know what you are talking about....
from guessing i'd say you want to convert a message [list h u p( to [symbol hup(. (am i right?). there is [list2symbol(, which is part of zexy, and iirc, there is also an abstraction in franks list-abs-library, that can do the same without using externals.
i agree with IOhannes, that there would have been ways to say more clearly, what you want effectively.
roman
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
yeah, like making "h u p" "hup". Tried having [list2symbol('s outlet go to [symbol $1$2$3( but no luck. Regarding the first message I sent, I guess its clearer from looking at the attachment ________________________________________________________________________ Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
Le Samedi 20 Janvier 2007 19:37, europa989@aol.com a écrit :
yeah, like making "h u p" "hup". Tried having [list2symbol('s outlet go to [symbol $1$2$3( but no luck. Regarding the first message I sent, I guess its clearer from looking at the attachment
You have to set the separator to be the empty symbol for list2symbol to do what you want. For that, just send [symbol( to the rightmost input of list2symbol. See the attached patch.
europa989@aol.com a écrit :
yeah, like making "h u p" "hup". Tried having [list2symbol('s outlet go to [symbol $1$2$3( but no luck.
You don't need zexy's list2symbol for that
[list h u p( | [$1$2$3( | [print]
gives hup.
PC.
___________________________________________________________________________ Découvrez le tout nouveau Yahoo! Mail et son interface révolutionnaire ! Avec Yahoo! Mail, vous gardez votre adresse mail, même si vous changez de fournisseur d'accès Internet. http://fr.mail.yahoo.com
The clue was in the attachment. :)
Here's my guess - Europa is trying to construct a list of symbols and set a message box from that list.
The error was in the [set $1 $2 $3( message substitution, and the redundant symbol selector.
Perhaps the attached patch does whats needed (?)
On Sat, 20 Jan 2007 19:13:33 +0100 IOhannes m zmoelnig zmoelnig@iem.at wrote:
europa989@aol.com wrote:
hi, forgot how to get the result to be a condensed h u p (hup). Attachment below... Perhaps an extra bang is needed. Did it before in a patch that freezes on startup now.
at the risk of sounding sarcastic: it would be interesting to know what you are talking about....
mfg.asdr IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi, thanks for the patch, was only trying to get h, u, and p all to be one word. You eliminated the $2$3 garbage, I'm sure though that there's some way to get it to just be one tighter word. I really think I did it before, and it looked something like that attached patch. yeah, my first message sounded super-silly. dont worry about this hup issue ________________________________________________________________________ Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
Hallo, europa989@aol.com hat gesagt: // europa989@aol.com wrote:
hi, thanks for the patch, was only trying to get h, u, and p all to be one word. You eliminated the $2$3 garbage, I'm sure though that there's some way to get it to just be one tighter word. I really think I did it before, and it looked something like that attached patch. yeah, my first message sounded super-silly. dont worry about this hup issue
Dollar-substition not $7arting at the beginning of a word, but also in$1de of a word is a fairly recent Pd feature. Probably you were using different versions of Pd when the patch worked and when it didn't. It will only handle cases where you already know the length of the incoming list, so using something like attached [list-l2s] from the [list]-abs abstractions is better for this.
Frank Barknecht _ ______footils.org_ __goto10.org__
Ah yes I see. Then Roman is closer with [list2symbol]. But you want to concat symbols without the separator (whitespace). Hmm, not sure, I'll have to pass on that for now.
On Sat, 20 Jan 2007 13:46:47 -0500 europa989@aol.com wrote:
hi, thanks for the patch, was only trying to get h, u, and p all to be one word. You eliminated the $2$3 garbage, I'm sure though that there's some way to get it to just be one tighter word. I really think I did it before, and it looked something like that attached patch. yeah, my first message sounded super-silly. dont worry about this hup issue ________________________________________________________________________ Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.