Matteo Sisti Sette wrote:
IOhannes m zmoelnig escribió:
(and there's zexy's [list2symbol] which will concatenate all the arguments of a list into a single symbol, the default delimiter being space.
Yeah that's exactly what I meant (with an abstraction instead of zexy) though I probably didn't explain it well.
i see. i haven't read the entire thread carefully. so the communication problem was most likely on my side.
anyhow (still not having read the thread), attached is an abstraction that might do what you want (whatever that is :-))
fgmasdr IOhannes
#N canvas 148 518 450 397 10; #X obj 227 26 inlet; #X obj 210 366 outlet; #X obj 248 173 list split 1; #X obj 248 130 until; #X obj 248 151 list append; #X obj 248 107 t b l; #X obj 378 173 bang; #X obj 248 288 makefilename; #X msg 280 262 set $1%c$2; #X obj 248 237 t b l; #X msg 248 259 32; #X obj 347 200 list split 1; #X obj 248 83 list split 1; #X obj 226 53 t b l l; #X obj 248 310 t s s; #X obj 214 340 symbol; #X obj 248 216 list prepend; #X connect 0 0 13 0; #X connect 2 0 16 0; #X connect 2 1 4 1; #X connect 2 2 6 0; #X connect 3 0 4 0; #X connect 4 0 2 0; #X connect 5 0 3 0; #X connect 5 1 4 1; #X connect 6 0 3 1; #X connect 7 0 14 0; #X connect 8 0 7 0; #X connect 9 0 10 0; #X connect 9 1 8 0; #X connect 10 0 7 0; #X connect 11 0 16 1; #X connect 12 1 5 0; #X connect 13 0 15 0; #X connect 13 1 12 0; #X connect 13 2 11 0; #X connect 14 0 15 1; #X connect 14 1 16 1; #X connect 15 0 1 0; #X connect 16 0 9 0;