Auto Advance to Next Scene

Ask a question about the usage of QLC+ with the Windows operating system
Post Reply
User avatar
schneb
Posts: 22
Joined: Fri Aug 19, 2016 4:48 am
Real Name: Rick Schneblin

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+
Last edited by schneb on Sat Aug 27, 2016 9:04 pm, edited 1 time in total.
User avatar
mcallegari
Posts: 4462
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Simply use a Chaser and a Cue List in the Virtual Console
Silicon_Knight
Posts: 22
Joined: Sat Jun 27, 2015 10:33 pm
Real Name: Greg Cotton

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).
User avatar
schneb
Posts: 22
Joined: Fri Aug 19, 2016 4:48 am
Real Name: Rick Schneblin

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.
User avatar
schneb
Posts: 22
Joined: Fri Aug 19, 2016 4:48 am
Real Name: Rick Schneblin

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
Post Reply