
@ 640x480

@ 1680x1050

@3360x1050
(multiscreen)
@Support, didn't we address this a few years ago or didn't we find its source?
Why is there double dmx address in every "tile" even though there isn't space and the fixture span is one ?
Code: Select all
if ( $dmx[0] == $dmx[1] )
unset $dmx[1];
endif
Code: Select all
if ($dmx[0] == $dmx[1] )
set $dmx[1] = "";
endif