Send osc back when receiving

Widgets do not reply to osc messages, but you could do that from a costum module, by filtering incomming messages (oscInFilter definition) and sending back replies (send function) when the conditions (address, etc) are met.