Table of Contents

Example

Cuelist - Record Cuelist and insert a cue (Snippet)

by: Sebastian Beutel, February 2019
published: here
description: Snippet to record a cuelist and insert the cue
remarks: of course fixtures need to be selected, values set etc. - this is only the record cuelist part

functions

affected properties

Code

<!-- select fixtures, set values etc. ... -->
 
<step>Playbacks.CueList.CreateCueList("Playbacks", 0)</step>
<step>Playbacks.Select.EditHandle("Location=Playbacks,1,0")</step>
<step>Playbacks.AppendOrInsertPlaybackStep(Playbacks.PlaybackEdit.Handle,1)</step>
<step>Playbacks.PlaybackEdit.Exit()</step>

Explanation

This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax

How to use it

This is a snippet and cannot be used on its own. However, you may use this in your macros where needed