User manual

Automation Protocol AB Mixer Commands
Miranda Technologies Ltd Page 111
The Status report returned is.
Format Field Description
%c%c Cmd Ua
%02x Transition type
Imagestore 300[+] / HD-TV / 750
Return type is consistent with the U6
command
Imagestore 2 / 3
Cut = 0
X-Fade = 1
V-Fade = 2
Wipe left to right = 3
Wipe right to left = 4
Wipe top to bottom = 5
Wipe bottom to top = 6
%03x AB mix rate Value in fields
%03x Wipe softness Value between 0-128 (0x000-0x080)
%03x AB Mix angle 0 = mixer at A, 512 (or 0x200) = mixer at B.
%06x V-Fade colour RGB value
For Imagestore 300, Imagestore HD-TV and Imagestore 750 the RGB value
range is 0x00 to 0x64. For Imagestore 2 the RGB range is 0x00 to 0xFF.
Set AB Cut Mode Ub
This command determines whether subsequent AB cuts/fades will be
actioned on field 1, field 2, or any field. The default is for cuts to occur on
field 1 and for fades to occur on any field.
CMD Param_1
Ub %02x: Mode
The following cut/fade modes are supported:
00: Any Field
01: First Field - (default)
02: Second Field
Example:
void SetABCutMode(int Mode);
{
remote_send("Ub%02x", Mode);
}