Ion Macro Execute on Complete

Hi there,

Quick question for you all. Is there a way of making the execute of a cue happen at the end of the Cue Time. Rather than at the start ?

I was thinking about a Macro, but this could apply to anything I guess.

For a particular project, I am seeking to fire a macro at the completion of every single cue, so whilst I could do Macro Wait to wait for the required length of time, something for the whole show would be better.

Any thoughts ?

Parents
  • the only thing i can think of is to add an additional cue after each cue you have now. those additional cues (let's call them point cues) would get a Hang 0 and an Execute Macro 1. but unless you use tracking, this could be a bit of a hassle.

    you could:
    Cue List Display
    Cue 1 Thru CopyTo Cue 10/1.1 Enter (now you have as many point cues as original ones)
    Cue 10/1.1 Thru Hang 0 Enter Cue 10/1.1 Thru Execute Macro 1 Enter (all point cues with hang and macro)
    Blind Tracksheet
    Cue 1.1 Thru Enter Chan 1 Thru 5000 At Enter (all point cues empty)
    Cue List Display
    Cue 10/1.1 Thru MoveTo Cue 1/1.1 Enter (you merged your point cues into your original ones)
    Delete Cue 10/ Enter (cleanup)

    i guess that should work, but it's untested... and there might be simpler methods...

    ueli

     

Reply
  • the only thing i can think of is to add an additional cue after each cue you have now. those additional cues (let's call them point cues) would get a Hang 0 and an Execute Macro 1. but unless you use tracking, this could be a bit of a hassle.

    you could:
    Cue List Display
    Cue 1 Thru CopyTo Cue 10/1.1 Enter (now you have as many point cues as original ones)
    Cue 10/1.1 Thru Hang 0 Enter Cue 10/1.1 Thru Execute Macro 1 Enter (all point cues with hang and macro)
    Blind Tracksheet
    Cue 1.1 Thru Enter Chan 1 Thru 5000 At Enter (all point cues empty)
    Cue List Display
    Cue 10/1.1 Thru MoveTo Cue 1/1.1 Enter (you merged your point cues into your original ones)
    Delete Cue 10/ Enter (cleanup)

    i guess that should work, but it's untested... and there might be simpler methods...

    ueli

     

Children
Related