Make Message (List) (vuo.osc.message.make.list)

Creates an OSC message with a list of data values.

All OSC data values in the list must be of the same type. To create an OSC message with data values of multiple types, use the Make Message (1–11) nodes.

Connect the output of this node to Send OSC Message to send the message on the network.

If you want to send data of types other than float64/double, unspecialize the list (right-click and choose Revert to Generic Data Type) and specialize it to the appropriate type (right-click and choose an item under Set Data Type).

See the vuo.osc documentation for information about how Vuo types are converted to OSC data types.

Keywords:


Back to vuo.osc node set documentation.