Table of Contents

Example

Cuelist - Set Me At Full

by: Alex del Bondio, Mar 2020
published: here
description: automatically pull the cuelist fader at 100%

This macro wil put the fader of a cuelist to full regardless of its previous position.

functions

Code

setmeatff.xml
<?xml version="1.0" encoding="utf-8"?>
<avolites.macros>
 
  <macro id="adb.macros.SetMeAtFF" name="Set Me @ FF">
    <sequence>
      <step>Playbacks.SetPlaybackLevel(this, level:1)</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

How to use it