TouchOSC & OSC Commands

Useful OSC commands for ETC Eos and QLab integration with TouchOSC MKII

General Notes

Any # represents a channel, cue, or index number. x represents a TouchOSC variable.

ETC Eos Commands

Default OSC port: 8000 (must be enabled in show settings).

Fire cue

/eos/cue/#/fire

Example: cue 5

/eos/cue/5/fire

Fire cue list + cue

/eos/cue/#/#/fire

Example: cue list 2, cue 5

/eos/cue/2/5/fire

Submaster control

/eos/sub/#/x

x = 0–1 value from TouchOSC

/eos/sub/10/x

QLab Commands

Default OSC port: 53000

Go

/go

Panic

/panic

Trigger cue

/cue/#/go
/cue/3/go

Name-based cue trigger

/cue/Preshow/go

Fader control

/cue/#/sliderLevel/# x

Example (master volume):

/cue/3/sliderLevel/0 x

Example (named cue left channel):

/cue/testCue/sliderLevel/1 x