Re: [RDD] Macro cart RML execution: parallel or sequential?

2021-06-16 Thread Mike Carroll
They are run serially - but the operations may be asynchronous because the commands may be run by some other process. Here's an example. We load logs via RDCatch using a macro cart, and we want anything that's currently running to be faded and stopped before the new log gets loaded. There are

Re: [RDD] RML and RDAirPlay: cueing to next event based on clock

2021-06-16 Thread David Klann
On 6/16/21 09:35, Alejandro olivan Alvarez wrote: > > On 6/16/21 2:49 PM, David Klann wrote: >> Hi Alejandro, >> >> On 6/16/21 05:44, you wrote: >>> Hi list. >>> >>> [ snip... ] >>> >> Yay! Clearly, deep down the rabbit hole! > > Hey! thanks for your help! > >> >> [ snip ... ] > > I've taken a

Re: [RDD] RML and RDAirPlay: cueing to next event based on clock

2021-06-16 Thread Alejandro olivan Alvarez
On 6/16/21 5:34 PM, David Klann wrote: On 6/16/21 09:35, Alejandro olivan Alvarez wrote: On 6/16/21 2:49 PM, David Klann wrote: Hi Alejandro, On 6/16/21 05:44, you wrote: Hi list. [ snip... ] Yay! Clearly, deep down the rabbit hole! Hey! thanks for your help! [ snip ... ] I've taken

[RDD] Sending RML Commands From Windows or Mac

2021-06-16 Thread wa7skg
Is it possible to send an RML command from a Windows or Mac computer? Specifically switcher commands? I have a Broadcast Tools switcher connected to my Rivendell machine. I'd like to be able to send commands to the switcher from the sanctuary sound booth to switch from Rivendell to the live

Re: [RDD] RML and RDAirPlay: cueing to next event based on clock

2021-06-16 Thread Alejandro olivan Alvarez
On 6/16/21 2:49 PM, David Klann wrote: Hi Alejandro, On 6/16/21 05:44, you wrote: Hi list. First, I'll show what I can mockup on this lab/test and why (that way, since I may be approaching this in a totally wrong way you may help me to get rid of what I'm strugling with) I want to send an

[RDD] RML: mport what are they?

2021-06-16 Thread Alejandro olivan Alvarez
Hi list! This is yet another piece on the puzzle: RML documentation sometimes refer to 'mport' ... that sounds to me as 'Machine Port' but I have no certain clue about that. I've recalled the documentation and have not found anything about that ( vLog related?) Any clue? Thank you very

[RDD] Macro cart RML execution: parallel or sequential?

2021-06-16 Thread Alejandro olivan Alvarez
Hi! I'm not getting a clear picture on this... probably due to underlying mis-undertanding of the following The difference between the NN (No Operation) and SP (Sleep). The implication when adding a MT (Macro timer) event after either one of the above. Could you clarify? Are All macros

[RDD] RML and RDAirPlay: cueing to next event based on clock

2021-06-16 Thread Alejandro olivan Alvarez
Hi list. First, I'll show what I can mockup on this lab/test and why (that way, since I may be approaching this in a totally wrong way you may help me to get rid of what I'm strugling with) I want to send an RML to a remote machine, so it loads a Log into RDAirplay (This is no problem, I've