Loading...
This chapter gives an overview of the events that are raised by an OSC TCP device and that can be used in the Event Listener.
Please read the chapters "OSC TCP " and "Event Listener" if you would like to know how to add and use both. The available OSC TCP members that can be used in our scripting language are explained in the chapter "OSC TCP Members".
Example: This event is raised whenever the connection state changes from disconnected to connected or vice versa. |
Example: This event is raised whenever the connected OSC TCP server sends a message. If you select this event and copy the example into the scripting field of the Event Listener, it will write the first value into the Label with ID 1 whenever the connected OSC device sends a message to Widget Designer. This is independent from the OSC address! If you would like to filter the OSC address, or trigger other scripts depending on the OSC address, please use the OSC Table. |