TouchOSC OSC Commands

Useful OSC Commands for TouchOSC MKII

Any # symbols denote a channel number or value. Any x values denote a TouchOSC argument.

Eos Based Commands

Default port of OSC commands is 8000 and needs to be activated in system settings for each show file. Router must be plugged in and booted up before launching eos.

Run A specific cue to the specified time with a single cue list

/eos/cue/#/fire

eg fire cue 5

/eos/cue/5/fire

Run a specified cue with multiple cue lists

/eos/cue/#/#/fire

eg fire cue list 2 cue 5

/eos/cue/2/5/fire

Mapping a sub to a fader

/eos/sub/#/x

x = value between 0 and 1 on touchosc

eg mapping sub 10

/eos/sub/10/x

n.b. the x needs to be input into the arguments section of touchosc and not literally input as an x.


qLab Specific Commands

Default port for OSC commands is 53000. This is activated by default.

General Go Command

/go

General Panic Command

/panic

Trigger specific cue

/cue/#/go

eg trigger cue 3

/cue/3/go

named cues can also be triggered in the same way n.b. case sensitive.

eg trigger "Preshow"

/cue/Preshow/go

Mapping faders to volume faders

/cue/#/sliderLevel/# x

n.b. x is not included in the address box but is input in the arguments by adding value - x

the scale of x should be set to -60 to 12 to allow the full range of amplitude.

Master volume is channel 0, left 1, right 2 etc

eg map a fader to master volume of cue 3

/cue/3/sliderLevel/0 x

map a fader to the left channel of a cue named testCue

/cue/testCue/sliderLevel/1 x

The information provided on this and other pages by me, Stephen Griffiths (stg12@aber.ac.uk), is under my own personal responsibility and not that of the Aberystwyth University. Similarly, any opinions expressed are my own and are in no way to be taken as those of Aberystwyth University.