Closed janslow closed 9 years ago
The syntax of LX cues will have three parts (joined by forward slashes):
L
) (optional, defaults to 0)d
) (optional, defaults to 0)Examples:
0.5
, 0.5/L0
, 0.5/d0
, 0.5/L0/d0
all mean LX 0.5 in list 0, with no pre-wait.2/d3.4
means LX 2 in list 0, with a 3.4s pre-wait.3/L2/d2
means LX 3 in list 2, with a 2s pre-wait.Fixed a7a83cff444931978c5795e2201ac2cc91a809bc
At the moment, only LX cues in the default Eos cue list (i.e., list 0) can be fired.
The LX Go cue should be modified so that it supports custom cue list numbers.