User Tools

Site Tools


macros:example:cuelistgoback

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
macros:example:cuelistgoback [2017/11/19 21:59] – [Explanation] icke_siegenmacros:example:cuelistgoback [2021/07/19 14:45] (current) – [Code] icke_siegen
Line 1: Line 1:
-====== Cuelist Go back ======+Example 
 + 
 +====== Cuelist Go back ======
  
 ^ by: | Gregory Haynes, Jul. 2017 | ^ by: | Gregory Haynes, Jul. 2017 |
Line 5: Line 7:
 ^ description: | makes a specific cuelist go back | ^ description: | makes a specific cuelist go back |
 ^ remarks: | snippet which explains CueLists.GoBack(Handle handle) | ^ remarks: | snippet which explains CueLists.GoBack(Handle handle) |
 +
 +{{tag>cuelist go_back handle location}}
  
 ==== functions ==== ==== functions ====
Line 10: Line 14:
  
 ===== Code ===== ===== Code =====
 +
 +  * by location:
 +
 <code xml> <code xml>
 <step>CueLists.GoBack("Location=Playbacks,2,1")</step> <step>CueLists.GoBack("Location=Playbacks,2,1")</step>
 </code> </code>
 +
 +  * by usernumber: 
 +
 +<code xml>
 +<step>CueLists.GoBack(userNumber:1)</step>
 +</code>
 +
 +  * file with various cuelists referred: {{ :macros:example:gobackmacros.xml |}}
  
  
Line 19: Line 34:
 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 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//+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 ===== ===== How to use it =====
macros/example/cuelistgoback.1511128767.txt.gz · Last modified: 2017/11/19 21:59 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki