User Tools

Site Tools


macros:example:nexttrack

Example

Setlist - next track

by: Alex del Bondio, April 2019
published: [here]
description: fires the next unparked setlist track
remarks:

functions

Code

nexttrack.xml
<?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>

Explanation

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.

How to use it

  1. create your show with all required setlists and tracks
  2. fire the macros as needed. You might e.g. copy the macros to buttons in the macros workspace window and trigger them via MIDI.
You could leave a comment if you were logged in.
macros/example/nexttrack.txt · Last modified: 2019/04/28 10:42 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki