kyma•tweaky . Learn . OSC2Way |
/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 Paca(rana) responds with: /osc/response_from,i srcPortNbr
For example, you could send the following message once: /osc/respond_to 8000 to let Kyma 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 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.
For more information on specific devices, see the page discussing how to make connections with that device.
----- Revision r1.7 - 21 Dec 2010 - 04:27 GMT - PhilCurtis
|