macros:example:setautoloadgo
                This is an old revision of the document!
Table of Contents
Example
Set Autoload to Go on Target on a specific list
| by: | Sebastian Beutel, March 2025 | 
|---|---|
| published: | here | 
| description: | Create an autoload on the selected cuelist cue, pointing to a specific cuelist, with 'Press Go on Target' | 
| remarks: | idea by Pontus Wallin in Facebook | 
functions
Code
- SetAutoload.xml
- <?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Wiki.Macros.SetAutoload.CL2Go" name="Set Autoload to CL2 Go"> <sequence> <step>Playbacks.Editor.SelectCueFromViewing()</step> <step>Playbacks.Editor.Autoload.SetPlaybackAutoload("cueListHandleUN=2", 2, 0)</step> <step>Menu.ExitRootOrLatched()</step> </sequence> </macro> </avolites.macros> 
Explanation
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
tbd
How to use it
                You could leave a comment if you were logged in.            
            
                    
                                    macros/example/setautoloadgo.1742585750.txt.gz · Last modified: 2025/03/21 19:35 by icke_siegen
                
                