Hey Michele,
If the framebuffers are on the same system, this script should work on the scene director of one of the scenes:
Dim MySequencer as xpSequencer = nothing
MySequencer = Engine.Sequencer
Dim MyTakeItem as xpTakeItem = nothing
MySequencer.GetTakeItemByID(12, MyTakeItem)
MyTakeItem.Execute()
Or if you've set up SmartGPIs, you could use a RossTalk event: TAKE [takeid]:[channel]:[layer]
To make them simultaneous, you might need to build a little preroll into the scene you are taking.
If you are driving DashBoard with your StreamDeck, you could just include take commands for each scene you need.
Hope this helps,
James.
------------------------------
James Hessler
WAAY TV (ALLEN MEDIA BROADCASTING)
------------------------------
Original Message:
Sent: 07-13-2023 13:42
From: Michele
Subject: Trigging 2 different Frame Buffers at the same time
I would like to be able to trigger frame buffer 1 and frame buffer 3 (tessera) at the same time. I am using a Stream Deck, but this does not have to be triggered by the Stream Deck.
Just wanting to be able to do this.
Thoughts?
Thanks
------------------------------
Michele Lee Hampton
Graphics Operator
Hermosa Beach, CA
------------------------------