User manual

Automation Protocol Appendix D – Automation Examples
Miranda Technologies Ltd Page 274
U603: // Set AB transition type: X-fade
U5078: // Fade AB over 120 fields
// Wait
UD000000: // Set V-fade colour to black
U8028050: // V-fade AB over 40 fields then
// 80 fields
DVE Moves
The following example brings the DVE in circuit, and then loads and plays
DVE sequence number 10 forwards over its default duration. We assume that
this DVE sequence begins with a full-screen keyframe so that there will be
no noticeable change on-air when the DVE is loaded. After waiting for some
time after the DVE sequence complete, the DVE sequence is then played in
reverse direction back to the first (full-screen) keyframe. On completion of
the reverse sequence, the DVE is then taken out of circuit.
W104: // Put DVE in circuit
W20A3E7: // Load first key frame of seq 10
W7001: // Play DVE forward
// Wait some time
W8001: // Play DVE backward
// Wait for reverse move complete
W100: // Set DVE mode to None (delay)