User manual
Automation Protocol AB Mixer Commands
Miranda Technologies Ltd Page 107
01: V-Fade
03: X-Fade
05: Cut
06: Wipe L to R
07: Wipe T to B
10: Wipe R to L
11: Wipe B to T
Note: Wipes are NOT supported on Imagestore HD-TV,
Imagestore 750, LGK-3901 or DSK-3901.
Example:
void SelectCrossFade();
{
remote_send("U603");
}
Note: To set a colour field for the mid-point of a V-Fade, use the UD
command.
Wipe Softness Adjustment U7
This command sets the edge softness for Horizontal and Vertical wipes.
Softness is measured in arbitrary units.
CMD Param_1
U7 %2x: Wipe softness – 0..255
Example:
void SetWipeSoftness(int softness)
{
remote_send("U7%02x", softness);
}