Skip to content

sendMessage()

Send an OSC message to the connected device.

A message is an address plus any number of arguments.

Parameters

Once an object oscout has been created, you can use the following function:

oscout.sendMessage(oscAddress, *args)
Parameter Type Default Description
oscAddress str required The OSC address to send to, for example "/first/second/third".
*args int, float, str, or bool optional Zero or more values to send along with the message.