OffCue Timing for a set of sequences

BECOME PART OF THE COMMUNITY - Sign up here
  • I want to set the FadeTime of the cue "OffCue" for different sequences.

    The whole thing works fine with this macro so far:

    Code
    Sequence 41 thru 45 Cue OffCue CueFade .5


    But if I want to work with the names of the sequences, not only the FadeTime of "OffCue" is changed. I use the following code:

    Code
    Sequence "Spots Blinder" + "Wash Blinder White" + "Bars Blinder White" Cue OffCue CueFade .5


    If I use the names, from the first two sequences also the cue "CueZero" and the rest of the cues will be changed. All get .5 FadeTime. But for the last sequence "Bars Blinder White" only the cue "OffCue" is changed. I have also tested this with even more sequences, it is always only the last sequence that is correct.


    What do I have to change so that only the cue "OffCue" is changed for all three sequences?

    Version: onPC 1.8.1.0 (Mac)

    Edited once, last by Parduino ().