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.
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.