smokeAndMirrors
Well-Known Member
How can I fade up / down a single projector / projection zone and leave the other projectors / zones untouched?
MultiCue
ClickLCTabMode 3 // 1-Master, 2-Cue, 3-Zone
ControlSelZones
UnselectAllZones
SelectZone 7 // zone index, 1..N.
Regarding the brightness. Such operator will set the brightness of 1st zone to 50%
Zone[1].brightness=50
Zone indexing in such syntax starts from 1. Value of brightness in percents. Take a look at Object Tree window, you will see all parameters of Projection zones.
A bit if theory, its very simple, but important. BEYOND play cue. BEYOND does not play Projection Zone or laser/projector. Cue may output to multiple zones, cue may use zone chase effect. So, the destination is not a constant. Think about audio player, same story here. Zone is a like a speaker. You can mute audio channel, but it does not mean that it stop the cue.
Thanks Alexey - the brightness control is via the APC40 fader so don't need this level of control (but it's useful to know)