Hi everybody
I’ve organized my show in groups where each group represent a scene that contains four subgroups named: LIGHTS, AUDIO, VIDEO, AND TEXT. Each of these subgroups contains relative cues. The main group is set to “Start all children simultaneously”
Some of these groups/scenes need to be faded (audio, video, and lights set to black) on demand by pressing a CART or in another way.
So basically this script should:
Fade and stop all audio and video cues currently running in the selected group and start a cue that fades out all lights to black while setting the selection to the next group in the sequence ready for the next GO.
I’ve looked at some script posted in the past here in the group, tried, without success
Can someone help me with a script?
Thanks
Luca
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/C9704352-61F4-47DF-8B2A-1EF39A089716%40mac.com.
For more options, visit https://groups.google.com/d/optout.
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/a4471b2f-e820-42db-be35-31ee6df9a778%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/1CDEA961-66C7-4845-B9B6-C401717F3765%40mac.com.
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/2176b9b4-d6c3-4fbb-9865-44a915728d60%40googlegroups.com.
Use Fade Cue(s) to fade and stop audio and videoUse Target Cue(s) to dynamically retarget those Fade Cue(s) to each group as it is startedUse a Light Cue to fade all to 0 Use a Network Cue with /playhead/nextSequence to move the playhead, or a GoTo Cue that also has its target dynamically updated – or whatever you need based on how you triggered the Group Cue you want to stop…Wrap it all up in a Group Cue, triggered by a Start Cue in a Cart
I’ll break this out a bit more, if it helps:
The Target cue allows you to change the target of other cues. So imagine:
• Create a group of Fade cues that fade and stop all the audio and video that might be running in any group. Let’s call this the “Fader Group”.
• At the beginning of each of your groups of audio and video cues, use one or more Target cues to update the Fader Group, so that the fades in it target the actual audio/video cues that are about to start playing. This way, when the Fader Group runs, it will fade out the audio & video that just started playing.
To start the Fader Group from a cart, you can add a start cue to the cart which starts the Fader Group.
Those are the primary elements of Rich’s suggestion, with a few other details to control the playhead.
Attached is a workspace with a text, video, audio and lighting cue in each group representing a sceneYou can start these however you like. If you just GO them in the main cue list then the playhead will then be on the next cue. There is also a cart cue in the cart for each scene if you want to start them that way.There is also a cart cue with a fade any scene cue as you describedThis starts the fade cue group in the main list, which contains:a fade cue which targets the main list, and fades all the running video and audio out and stops the cue.a light cue which fades all channels to 0.Does this do what you want?As you can see there is no scripting involved.MIc
I noted that the only one fade cue in the FADE ANY GROUP is target to "Main List Cues". I tried to replicate the same thing in my workspace but without any success. What I'm missing? How did you do that ? If I enter the default name "Main Cue List" is simply refused.
What you were trying to do was type" Main Cue List" i.e the NAME of the cue list, into the target CUE NUMBER Field.
In QLab CUE NUMBERS are actually strings so can be 1 or 1.1 or 1A or FRED or firstCue. etc.
Unless you number the Main cue list it doesn't have a target cue number.
If your cue doesn't have a number you can only target it by dragging it to the fade cue. Helpfully the NAME of the targeted cue is displayed next to the Target cue number field in the inspector and, if the cue has no number, in the target column in the cue list.
A Cue List is really just a group cue.
Mic
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/18dc7587-f618-43f4-8f94-1a3f4cab1a7b%40googlegroups.com.