Re: [PD] pack/unpack

2007-01-20 Thread IOhannes m zmoelnig
[EMAIL PROTECTED] 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


Re: [PD] pack/unpack

2007-01-20 Thread Roman Haefeli
On Sat, 2007-01-20 at 19:13 +0100, IOhannes m zmoelnig wrote:
 [EMAIL PROTECTED] 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


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pack/unpack

2007-01-20 Thread europa989
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.



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pack/unpack

2007-01-20 Thread padawan12

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
[EMAIL PROTECTED] 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.
 

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pack/unpack

2007-01-20 Thread Patco

[EMAIL PROTECTED] 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



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list