[PD] pack/unpack

Cyrille.Damez at laposte.net Cyrille.Damez at laposte.net
Sat Jan 20 21:37:20 CET 2007


Le Samedi 20 Janvier 2007 19:37, europa989 at 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.
-------------- next part --------------
#N canvas 183 395 450 300 10;
#X msg 44 56 list h u p;
#X obj 44 105 list2symbol;
#X msg 163 55 symbol;
#X obj 163 26 loadbang;
#X obj 44 16 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 44 159 print;
#X connect 0 0 1 0;
#X connect 1 0 5 0;
#X connect 2 0 1 1;
#X connect 3 0 2 0;
#X connect 4 0 0 0;


More information about the Pd-list mailing list