Page 1 of 1

Go to the beginning without Autostart

Posted: Tue Feb 09, 2016 2:28 am
by paule26
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

Re: Go to the beginning without Autostart

Posted: Tue Feb 09, 2016 3:54 am
by Buyaicia
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

Re: Go to the beginning without Autostart

Posted: Tue Feb 09, 2016 4:08 am
by paule26
Great, it works perfekt, thanks a lot!