Does Macro_wait assume Hours Minutes Seconds? That is if I want a 5 hour wait time do I enter it as Macro_wait 50000.
Does Macro_wait assume Hours Minutes Seconds? That is if I want a 5 hour wait time do I enter it as Macro_wait 50000.
Hi Gregg,
To the best of my knowledge, macro wait deals only in seconds. You would need to convert whatever unit of time you needed into seconds. Following your example, to do a 5 hour wait time, you would need to enter Macro_wait 18000.
Hans
Macro wait only works in seconds.
It seems to me, though that if you wanted to do something like that, you'd be better off using MIDI time code since just about any interruption of the macro (from a button hit or something) will kill the Macro.
-Doc
www.etcconnect.com