Example ====== Cuelist - Go back ====== ^ 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) | {{tag>cuelist go_back handle location}} ==== functions ==== * [[macros:function:cuelists.goback]] ===== Code ===== * by location: CueLists.GoBack("Location=Playbacks,2,1") * by usernumber: CueLists.GoBack(userNumber:1) * file with various cuelists referred: {{ :macros:example:gobackmacros.xml |}} ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[macros:formats_and_syntax#xml_format|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 [[macros:identifiers|]]). //tested -- S. Beutel// ===== How to use it ===== 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. ~~DISCUSSION~~