How do I tell widgets to listen osc messages from a particular IP?

Hi,

How do I tell some widgets to listen for osc messages from a particular IP ?
I have several machines on my network which sends the same osc messages to open stage control, I would like to be able to dissociate them.
With Target we can specify to send an osc message on one or other “ip address:port” but I do not see how to do the same when listening.

Thank’s in advance

David

Currently the only way to do dissociate incoming messages is with a custom module (using the host and and port informations in the oscInFilter function).