162
www.analogway.com
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
E.c.
Cue macro Lua functions
Following functions are available inside custom cue macros
function
print_macro_info
()
->
nil
Log information about the current cue macro.
function
cue_wait_fade
()
->
nil
Sleep until previous cue has started fading.
function
cue_wait_hold
()
->
nil
Sleep until current cue has finished fading.
function
cue_wait_end
()
->
nil
Sleep until current cue is done.
E.d.
Cue macro Lua globals
Following variable is available inside custom cue macros
which contains information about the active cue.
macro_info = {
cue_stack_id
cue_id
cue_start_time
cue_total_length
cue_wait_time
cue_fade_time
cue_hold_time
}