hi,
thewade wrote: ...
If I connect the pack to the route (in my case, pack looks like [pack s 0 0 0]) then route does not route my signal, where as if I connect my pack to a message [$1 $2 $3 $4< then route works fine. Whats up with that?
pack outputs lists (use [print] to confirm, or read pack's help carefully...) a list's selector is 'list', so you would have to [pack s ...] -> [route list] -> [route <whatever>]
K