User Tools

Site Tools


macros:example:connectme

Example

Cuelist - Connect Me

by: Alex del Bondio, Apr 2020
published: here
description: connects the cuelist the macro is fired from

This macro set the cuelist this macro is fired from as connected cuelist so you can use the main GO button.

functions

Code

connectme.xml
<?xml version="1.0" encoding="utf-8"?>
<avolites.macros>
 
  <macro id="adb.macros.ConnectMe" name="Connect Me">
    <sequence>
      <step>ConnectedPlayback.Connect(this)</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

  • ConnectedPlayback.Connect connects a cuelist to the main control
  • (this) references to the cuelist the macro is triggered from

How to use it

You could leave a comment if you were logged in.
macros/example/connectme.txt · Last modified: 2020/04/02 06:16 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki