sendMessage()
Send an OSC message to the connected device.
oscout.sendMessage(oscAddress)
A message is an address plus any number of arguments.
Parameters
oscout.sendMessage(oscAddress, *args)
| Parameter | Type | Default | Description |
|---|---|---|---|
oscAddress |
str |
required | The OSC address to send to, for example "/first/second/third". *args: Zero or more values to send with the message (numbers, text, or True/False). |
*args |