If you start the cue at the top of the cue panel using its transport control, the "Next Manual Cue" is not advanced, thus the Cue GO (spacebar or right click) will not start the next cue unless it's activated twice or until the currently running cue completes or is stopped with its transport control.
This can be illustrated with the demo file. If you use the spacebar to start QI (Fanfare), the "Next Manual Cue" advances to Q2 (Helicopter) and can be started while Q1 is running with the next spacebar press. If you start Q1 using the transport control, the "Next Manual Cue" remains at Q1 and you need to press spacebar twice to get Q2 running.
Admittedly, the transport controls should not be used to run a show, but for consistency perhaps clicking the "Run" transport button should have the same effect as starting the cue with the GO command.
Transport Controls & Cue Go Interaction (in SCS 11)
-
- Posts: 87
- Joined: Fri Dec 21, 2007 10:07 am
- Location: Acton, MA, USA
- Contact:
-
- Site Admin
- Posts: 3632
- Joined: Sun Jul 24, 2005 8:58 am
- Location: Brisbane, Queensland, Australia. TZ:GMT+10
- Contact:
Re: Transport Controls & Cue Go Interaction
Seems a reasonable request and will also help new users, who often click the 'Play' button instead of the 'Go' button.
Now implemented in SCS 11 - a 4-line addition to the code. If you click the 'Play' button for a cue that is the 'next manual cue', then SCS will treat this the same as clicking the 'Go' button. This means, for example, that the 'Play' request will be ignored if the 'Go' button is disabled due to an exclusive cue currently playing.

Now implemented in SCS 11 - a 4-line addition to the code. If you click the 'Play' button for a cue that is the 'next manual cue', then SCS will treat this the same as clicking the 'Go' button. This means, for example, that the 'Play' request will be ignored if the 'Go' button is disabled due to an exclusive cue currently playing.
-
- Posts: 87
- Joined: Fri Dec 21, 2007 10:07 am
- Location: Acton, MA, USA
- Contact:
Re: Transport Controls & Cue Go Interaction
Super, Mike. Thanks.
-
- Posts: 224
- Joined: Wed May 21, 2008 4:01 am
Re: Transport Controls & Cue Go Interaction
Make sure that doesn't adversely affect playlists, because the individual tracks in playlists also have that "play" button.Mike Daniell wrote:Seems a reasonable request and will also help new users, who often click the 'Play' button instead of the 'Go' button.![]()
Now implemented in SCS 11 - a 4-line addition to the code. If you click the 'Play' button for a cue that is the 'next manual cue', then SCS will treat this the same as clicking the 'Go' button. This means, for example, that the 'Play' request will be ignored if the 'Go' button is disabled due to an exclusive cue currently playing.
-
- Site Admin
- Posts: 3632
- Joined: Sun Jul 24, 2005 8:58 am
- Location: Brisbane, Queensland, Australia. TZ:GMT+10
- Contact:
Re: Transport Controls & Cue Go Interaction
OK - a few more than 4 extra lines now. With playlists the 'Play' button will only activate 'Go' for the first file to be played. Will be the same for video/image cues as these are also multi-file cues in SCS 11.
-
- Site Admin
- Posts: 3632
- Joined: Sun Jul 24, 2005 8:58 am
- Location: Brisbane, Queensland, Australia. TZ:GMT+10
- Contact:
Re: Transport Controls & Cue Go Interaction
Now in SCS 11 beta 24.