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)
------------------------------