Specifications
5.3.4 MIDI Show Control Implementation
THE MEDIA PRO 4000 CUES for the Whole Hog lightboard. Media Pro 4000 Cue
Statements in MIDI Show Control and What The Whole Hog Does...
Notes: All q# should be entered as 10 times their value. The MSC driver will insert a
decimal point, i.e., q# of 100 will appear in messages as 10.0, etc. Although q# (and p# and
l#) are stored as integers, they are delivered in the messages as ascii numbers.
All of the messages shown below are preceded by a common 'Sysex' header F0 7F d# 02 01,
where the d# is the device number d# from the cue statement, 02 is the MSC token, and 01 is
the command type. Further, each message is terminated with F7.
STOP msc DEVICE d
02 00
cuelist on 'selected' master stops
STOP msc DEVICE d# CUE q#
02 00 q#
cuelist on 'selected' master stops (cue # ignored)
STOP msc DEVICE d# LIST l#
02 00 l#
specified cuelist stops
PLAY msc DEVICE d#
01 00
press go
PLAY msc DEVICE d# CUE q#
01 q#
goto cue
PLAY msc DEVICE d# LIST l#
01 q# 00 l#
goto cue in cuelist
RESUME msc DEVICE d#
03 00
resume cuelist
RESUME msc DEVICE d# CUE q#
03 q#
resume cuelist (cue ignored) on 'selected' master
RESUME msc DEVICE d# LIST l#
03 00 l#
resume cuelist
STEP msc DEVICE d#
(Standbye_+)
step up (cuelist on 'selected' master)
STEP msc DEVICE d# REVERSE
(Standbye_-)
step down (cuelist on 'selected' master)










