User Tools

Site Tools


macros:example:changechaserxfade

Example

Chase - Change a chaser's XFade

by: Kim Wida, February 2018
published: http://forum.avolites.com/viewtopic.php?f=20&t=5579
description: snippet to show how the chaser XFade can be set and displayed on another legend
remarks:

functions

affected properties

Code

  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=19159")</step>
  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.Times.ChaseXFade", 0.2)</step>
  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=19160")</step>
  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.Times.ChaseXFade", 0.2)</step>
  <step pause="0.01">Handles.SetSourceHandleFromHandle("chaseHandleUN=1296")</step>
  <step pause="0.01">ActionScript.SetProperty("Handles.PendingLegend", "X-Fade 20%")</step>
  <step pause="0.01">Handles.SetLegend()</step>
  <step pause="0.01">Handles.ClearSelection()</step>

Explanation

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

  • chase playbacks are selected based on their userNumber
  • the value for the XFade setting is set
  • the same value is set as another chaser's legend

How to use it

Snippet only - copy and edit as you want, or download the example file at http://forum.avolites.com/viewtopic.php?f=20&t=5579.

You could leave a comment if you were logged in.
macros/example/changechaserxfade.txt · Last modified: 2019/04/27 19:12 by sideshowbond

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki