Page 1 of 1

Auto Advance to Next Scene

Posted: Sat Aug 27, 2016 9:04 pm
by schneb
I am building my scenes for various routines and would like to sequence my scenes starting with the first, then when it ends, go to the next, and continue to advance until the last scene.

Is there any way to do this?

Note: Newbie getting to know QLC+

Re: Auto Advance to Next Scene

Posted: Sun Aug 28, 2016 8:42 am
by mcallegari
Simply use a Chaser and a Cue List in the Virtual Console

Re: Auto Advance to Next Scene

Posted: Wed Aug 31, 2016 6:01 pm
by Silicon_Knight
And then experiment with the Fade in/out and duration timers. I've done this for very fast scene transitions (0.5 sec per step cross-fade), to very slow (2min fade out).

Re: Auto Advance to Next Scene

Posted: Fri Sep 02, 2016 4:53 am
by schneb
OK, I have not quite gotten the hang of the Virtual Console, yet. But, I will experiment with the Cue List.

I do understand the fades in the Shows, but trying to figure out the best way to segment the various routines. Each routine is a different song audio and lighting cues.

Thanks for the input. I have some experimenting to do.

Re: Auto Advance to Next Scene

Posted: Tue Sep 06, 2016 5:28 am
by schneb
I found that the following code script will work as long as I modify the duration (wait:##) whenever changes to the show are made.

Code: Select all

startfunction:0 // Show 1
wait:10s
stopfunction:0 // Show 1
startfunction:44 // Show 2
wait:15s
stopfunction:44 // Show 2
startfunction:56 // Show 3
wait:10s
stopfunction:56 // Show 3