User manual
Automation Protocol Squeezy Commands
Miranda Technologies Ltd Page 116
Example:
long oxfix(float f)
{
return f * 0x10000;
}
void SetPreset(int preset, float xpos, float ypos,
float xsize, float ysize)
{
remote_send("W0%02x%08x%08x%08x%08x", preset,
oxfix(xpos), oxfix(ypos),
oxfix(xsize), oxfix(ysize));
}
Select Squeeze Configuration W1
This determines where in the signal flow the Squeezy hardware is configured.
Note: Changing the squeeze configuration can cause instant changes in
program output as it also affects keyer priorities.
CMD Param_1
W1 %02x: Configuration Mode
Mode Configuration Mode
0 No Squeeze
1 Picture-in-Picture (only when AB Mix option fitted – Squeeze A
over B)
2 Squeeze & Reveal (swap-preview only)
3 Squeeze Stored(swap-preview only)
4 Squeeze & Reveal Midground (cascade only)
5 Squeeze & Reveal Foreground (cascade only)
6 Squeeze Midground Store (cascade only)
7 Squeeze Foreground Store (cascade only)
8 Picture-in-Picture (only when AB Mix option fitted – Squeeze B
over A)
9 Squeeze Bypass (as squeeze none, but without the frame delay)
See the Squeezy section of the Imagestore manual for further information
about squeeze modes.