Kiosk syntax for ShowKontrol
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.