Hi,
I don't understand the behaviour of routeOSC (and OSCroute which behaves the same, but I won't use it:).
It seems it only works with one-level arguments, that is:
[routeOSC /foo]
works as I expect:
"/foo 123" -> "123" on first outlet "/foo/bar 123" -> "/bar 123" on first outlet "/anythingelse 123" -> "/anythingelse 123" on the second outlet
However, if I try with
[routeOSC /foo/bar]
it seems that EVERYTHING gets routed to the right outlet, as if it didn't match...
Or am I missing something?
thanks m.