Kiosk syntax for ShowKontrol

From WLPS Wiki
Revision as of 20:20, 3 March 2026 by Wodie (talk | contribs) (Created page with "To use Visual Productions Kiosc app with TC-Supply ShowKontrol you have to make a workarround on Kiosc. On your Kiosc app, instead of using an OSC port, you have to use an UDP port (yes, evev if you are ging to send OSC). Set Tag as follows: /sk/executor\0,s\0\0PRODJ LINK: CUE 1 Set Type as None For each button set your UDP message as the follwing examples: /sk/executor\0,s\0\0PRODJ LINK: CUE 1 /sk/executor\0,s\0\0SYSTEM: SOURCE A=1 /sk/executor\0,s\0\0SYSTEM...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To use Visual Productions Kiosc app with TC-Supply ShowKontrol you have to make a workarround on Kiosc.

On your Kiosc app, instead of using an OSC port, you have to use an UDP port (yes, evev if you are ging to send OSC).

Set Tag as follows:

/sk/executor\0,s\0\0PRODJ LINK: CUE 1

Set Type as None

For each button set your UDP message as the follwing examples:

/sk/executor\0,s\0\0PRODJ LINK: CUE 1
/sk/executor\0,s\0\0SYSTEM: SOURCE A=1
/sk/executor\0,s\0\0SYSTEM: SOURCE M=1

The "\0" is to send a Null value byte on the message as requiered by the OSC standard.