Hi again,
I would like to get rid of certain received OSC messages containing a particular string, say I want to filter out all /synth1 messages coming from lots of different sources

a/synth1/parm2 0.45
b/synth1/parm2 0.45
c/synth1/parm2 0.45
d/synth1/parm2 0.45
(...)

I could of course OSCroute all */synth1 manually (I can't specify a string beginning with * in OSCroute, everything goes thru) but, would it be a more elegant way to do so?

Thanks in advance!
Josep m