Great, thanks for the clear and concise explanation.
I thought I must have been wrong :)
M
- was I doing something wrong before?
I think so. [routeOSC] expects messages whose selector is an OSC path. If it worked before with list selector it was by accident, because routeOSC used to have a list method but now there is an anything method.
I suppose it must be new that it ignores lists, but it's not really a feature.
- should [routeOSC] tell me something if it can't parse the message?
It tells you if the path is not a valid OSC path (no slash) only if you send it a [verbosity 1( message.
Martin