Hello Frank,
Here a simple patch to serialize a list and pack it again (i just get
'symbol bang', i think it's easy to get only 'bang' ?).
Hope is what you are looking for.
++
Jack
Le 8 juil. 08 à 21:07, Frank Barknecht a écrit :
Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote:
However I can't think of a solution for dealing with "list list a
b c" going through [route list] to become "list a b c" then through [list prepend list] to become "list list a b c" and not "list list list
a b c", in which case it will end up being trimmed to "list a b c" instead of "list list a b c". But I know I can't just tell you to use [route2] instead of [route] for this case.Which reminds me to remind people, that most of the [list]-abs abstractions fail horribly if one of the reserved selectors is part of a list, because many of the abstractions internally serialize the list and later repack it. For example a list "list 1 2 bang 3", when serialized will give:
1 2 bang 3
but I don't know of a smart way to repack this to get "list 1 2 bang 3" again. Same for "list list" lists.
Ciao
Frank Barknecht _
______footils.org__
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list