Documentation - ShowCockpit

Show Control and Integration Made Easy

Driver Documentation for v4.11.2

This page contains documentation of the available drivers.

External Control / OSC / Generic OSC

Interface with another OSC instance

< Back to drivers list

    Element Options


IP Address

The IP address of the other system

Outgoing Port

Outgoing Port

Incoming Port

Incoming Port

    Functions


Send Message   LUA Script

Sends an OSC message with no value
  • OSC Address: The OSC address of the message (e.g. "/my/message")

Send Message Integer   LUA Script

Sends an OSC message with an integer value
  • OSC Address: The OSC address of the message (e.g. "/my/message")
  • Value: Value to send

Send Message Float   LUA Script

Sends an OSC message with a float value
  • OSC Address: The OSC address of the message (e.g. "/my/message")
  • Value: Value to send

Send Message Text   LUA Script

Sends an OSC message with a text value
  • OSC Address: The OSC address of the message (e.g. "/my/message")
  • Text Value: Value to send (e.g. "Hello")