When a widget changes in the Kyma VCS, the Pacamara and Paca(rana) send the updated value to the destination port associated with the source port of the last OSC message sent to that widget.

This happens automically on devices and applications that support Bonjour (zeroconf), for example, OSCulator, TouchOSC, etc.

For applications and devices that do not support Bonjour, send a message from the device to the Pacamara or Paca(rana) in the form: /osc/respond_to,i destPortNbr, where /osc/respond_to is the address, ,i is the argument-type list (in this case, it is a single integer), and destPortNbr will be an integer port number.

The Pacamara and Paca(rana) respond with: /osc/response_from,i srcPortNbr

For example, you could send the following message once: /osc/respond_to 8000 to let the Pacamara know to send OSC responses and update messages to port 8000.

If your device will be sending OSC messages from many different source ports, send a message from the device to the Pacamara or Paca(rana) in the form: /osc/respond_to_default,i destPortNbr, where /osc/respond_to_default is the address, ,i is the argument-type list (in this case, it is a single integer), and destPortNbr will be an integer port number.