Loading...
This chapter gives an overview of the events that are raised by an OSC UDP device and that can be used in the Event Listener.
Please read the chapters "OSC UDP " and "Event Listener" if you would like to know how to add and use both. The available OSC UDP members that can be used in our scripting language are explained in the chapter "OSC UDP Members".
Example: This event is raised whenever the remote OSC UDP device 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. |