Example
by: | Gregory Haynes, Jul. 2017 |
---|---|
published: | http://forum.avolites.com/viewtopic.php?f=20&t=5274 |
description: | makes a specific cuelist go back |
remarks: | snippet which explains CueLists.GoBack(Handle handle) |
<step>CueLists.GoBack("Location=Playbacks,2,1")</step>
<step>CueLists.GoBack(userNumber:1)</step>
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
This simply calls the function CueLists.GoBack()
with a designated handle as argument. The handle “Location=Playbacks,2,1”
translates to 'Playbacks, page 2, 1st playback' - this is the 'real' fader playbacks (see Identifiers). tested – S. Beutel
This is an example oneliner - you need to pack it into a macro file before you can use it in Titan. Example to be used in your own macros.