Example
by: | Alex del Bondio, April 2019 |
---|---|
published: | [here] |
description: | fires the next unparked setlist track |
remarks: |
<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="adb.Macros.nexttrack" name="Setlist Next Track"> <sequence> <step>SetList.NextTrack()</step> </sequence> </macro> </avolites.macros>
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
This simply fires the next setlist track.