MiX16 Show Cue for iPadOS, iOS and macOS - Built-in default OSC commands

Control MiX16 Show Cue from OSC applications

  • /mix16showcue/info - get basic information
  • /mix16showcue/info/full - get full information
  • /mix16showcue/setgo, <cue number> - set GO to desired cue
  • /mix16showcue/go, <cue number> - set GO to desired cue and play it (trigger GO)
  • /mix16showcue/playnext - play next cue
  • /mix16showcue/pauseall - pause all cues
  • /mix16showcue/stopall - stop all cues
  • /mix16showcue/setprev - set GO to previous cue
  • /mix16showcue/setnext - set GO to next cue
  • /mix16showcue/setmaster, <master volume 0 - 100> - set master volume
  • /mix16showcue/setlightingmaster, <master 0 - 100> - set lighting master
  • /mix16showcue/playcue, <cue number> - play desired cue
  • /mix16showcue/pausecue, <cue number> - pause desired cue
  • /mix16showcue/stopcue, <cue number> - stop desired cue
  • /mix16showcue/setcuevol, <cue number>, <volume 0 - 100> - set volume of desired cue
  • /mix16showcue/playsidebarcue, <cue name> - play desired sidebar cue
  • /mix16showcue/stopsidebarcue, <cue name> - stop desired sidebar cue

General actions Play Next Cue, Stop All Cues, Set Previous Cue, Set Next Cue and Master Volume are customizable. Tap keyboard icon on the main toolbar, then tap Settings icon and set your own OSC commands for this actions. You can save them as template which will be automatically used in all new projects. Also note that this OSC commands are saved into your project. Which means you can use different OSC commands for each project.

Cue actions Play, Pause, Stop and Volume are also customizable. The same logic applies as for general actions.

Information sent from MiX16 Show Cue to OSC applications

Basic Info:

  • /mix16showcue/app/name - sends application name and version
  • /mix16showcue/project/name - sends loaded project name
  • /mix16showcue/go/title - sends GO button title (GO 1, GO 5, etc.)
  • /mix16showcue/nextcue/name - sends next cue name (GO button subtitle)
  • /mix16showcue/playingcue/number - sends playing cue number
  • /mix16showcue/playingcue/name - sends playing cue name
  • /mix16showcue/playingcue/status - sends playing cue status (playing or paused)
  • /mix16showcue/playingcue/time - sends playing cue time

Full Info (basic info + playlist cues info):

  • /mix16showcue/cue - sends playlist cue position, cue number, name, volume and status (as OSC command values)

Values are sent as OSC message arguments.

More information about OSC can be found here.