Is there any possibility to realize this in an easy way?
My solution is to create an MIDI send cue at the end, which over MIDILoop and MIDITranslator "hit's" the HOME(POS1)-Button, quite complicated for a such an easy command ...
I am shure there is a very simple way to manage this.
THX
Go to the beginning without Autostart
Re: Go to the beginning without Autostart
I am not sure I understood your problem.
May be this helps:
Add a "note" cue as first cue
Add a "goto" cue as last cue that points to the first cue (the note cue)
When you trigger the goto cue it jumps and runs the first cue, the note cue (that has nothing to do) and sets the second cue as the next cue to play, that's really the first cue of the show.
This goto cue can be "key triggered" to send the show to the beginning at any time.
My English is not good, I hope you will understand my explanation.
Regards,
Lluís
May be this helps:
Add a "note" cue as first cue
Add a "goto" cue as last cue that points to the first cue (the note cue)
When you trigger the goto cue it jumps and runs the first cue, the note cue (that has nothing to do) and sets the second cue as the next cue to play, that's really the first cue of the show.
This goto cue can be "key triggered" to send the show to the beginning at any time.
My English is not good, I hope you will understand my explanation.
Regards,
Lluís
Re: Go to the beginning without Autostart
Great, it works perfekt, thanks a lot!