How to add/remove/replace a fixture in an existing CueList?

Hello to all!

Example 1: I want to create one CueList for one specific fixture and afterwards I want to copy this CueList and just replace the fixture ID by another of the same type but all parameters in the cues of the CueList should remain.

So, I am looking for a way to change the fixtures in a CueList after creation.

Example 2: I dont want to renumber the fixtures DMX adresses every time I am working in that venue but the lamps may be swapped in the truss and for that reason I just want to replace the fixture number the CuesLists that are working with it but the programming should remain.

How can I do that?
Parents
  • Update to Example 1: I wrote a Macro which I can apply to every cue in the cue list like this:
    - open cue
    - issue macro
    - update
    - repeat for next cue

    The macro looks like that (fixture 44 is replaced by fixture 43):

    0.2s Step 2 Clear Command Line
    0.2s Step 3 Key Press Backspace 0.08s
    0.2s Step 4 Key Press Backspace 0.07s
    0.2s Step 5 Key Press 4 0.08s
    0.2s Step 6 Key Press 4 0.08s
    0.2s Step 7 Key Press Enter 0.09s
    0.2s Step 8 Key Press Copy 0.07s
    0.2s Step 9 Key Press 4 0.07s
    0.2s Step 10 Key Press 3 0.07s
    0.2s Step 11 Key Press Enter 0.18s
    0.2s Step 12 Key Press Backspace 0.1s
    0.2s Step 13 Key Press 4 0.08s
    0.2s Step 14 Key Press 4 0.07s
    0.2s Step 15 Key Press Enter 0.08s
    0.2s Step 16 Screen Press (1078, 628) 0.04s Knockout
Reply
  • Update to Example 1: I wrote a Macro which I can apply to every cue in the cue list like this:
    - open cue
    - issue macro
    - update
    - repeat for next cue

    The macro looks like that (fixture 44 is replaced by fixture 43):

    0.2s Step 2 Clear Command Line
    0.2s Step 3 Key Press Backspace 0.08s
    0.2s Step 4 Key Press Backspace 0.07s
    0.2s Step 5 Key Press 4 0.08s
    0.2s Step 6 Key Press 4 0.08s
    0.2s Step 7 Key Press Enter 0.09s
    0.2s Step 8 Key Press Copy 0.07s
    0.2s Step 9 Key Press 4 0.07s
    0.2s Step 10 Key Press 3 0.07s
    0.2s Step 11 Key Press Enter 0.18s
    0.2s Step 12 Key Press Backspace 0.1s
    0.2s Step 13 Key Press 4 0.08s
    0.2s Step 14 Key Press 4 0.07s
    0.2s Step 15 Key Press Enter 0.08s
    0.2s Step 16 Screen Press (1078, 628) 0.04s Knockout
Children
No Data