Send OSC Command

Sends a command to an [OSC](/docs/osc) server.

Parameters

  • IP Address: The IP address of the OSC server.

  • Port Number: Port number of the OSC server.

  • Path: The message path for instance: /mixeffect/macro.

  • Argument Type: The type of argument tomsend with the message. Choose from None, Integer, Float, String, or Multiple.

  • Argument: The value to send with the message.

NOTE: If you choose Multiple as your argument type, note that numbers will be converted to Integers and Floats, while everythjng else will be interpreted as strings.

Returns

Nothing or error alert if there was a problem.

Last updated