Download LCplus Reference v2.0a1

Transcript
MIDI Show Control Commands
MIDI Show Control TIMED_GO
MIDI Show Control LOAD
The TIMED_GO command starts a Cue List at a Cue Step
in an engine at a certain time. The engine is determined by
the device_ID. the Cue List number and the Cue Step
number are determined by the Q_Number. Q_list and
Q_path is ignored by the LanBox.
The LOAD command load a Cue List at a Cue Step in an
engine. The engine is determined by the device_ID. the Cue
List number and the Cue Step number are determined by the
Q_Number. Q_list and Q_path is ignored by the LanBox.
As long as the LanBox does not have an internal timer, the
time data is ignored. For more info on the Standard Time
Code format please refer to MIDI Show Control 1.1 specs
page 6.
Both Cue List number and Cue Step number are send as
ASCII numbers, separated by an ASCII decimal point (2E).
For example Cue List 23, Cue Step 5 would be:
32 33 2E 35.
When a valid Cue List number and Cue Step number are
Both Cue List number and Cue Step number are send as
ASCII numbers, separated by an ASCII decimal point (2E). received, the engine will NOT set the Output, Fade and
Sequencing attributes on and will wait for a GO command.
For example Cue List 23, Cue Step 5 would be:
General form:
32 33 2E 35.
When a valid Cue List number and Cue Step number are
received, the engine will set the Output, Fade and
Sequencing attributes on and start executing the Cue List.
General form:
F0 7F <device_ID> 02 7F
04
hr mn sc fr ff
<Q_number>
00
<Q_list>
00
<Q_path>
F7
General MSC header
TIMED_GO command
Standard Time Specification
F0 7F <device_ID> 02 7F
05
<Q_number>
00
<Q_list>
00
<Q_path>
F7
General MSC header
LOAD command
Delimiter
Delimiter
End of SysEx
Delimiter
For example, Go Cue List 23 Cue Step 5 in engine with ID
4
Delimiter
F0 7F 04 02 7F 05 32 33 2E 35 F7
End of SysEx
For example, Go Cue List 23 Cue Step 5 at 20:39.40.5 in
engine with ID 4
F0 7F 04 02 7F 04 14 27 28 05 00 32 33 2E 35 F7
LanBox Reference manual v2.0a1
Page 75