macros:example:releasemetimed
Table of Contents
Example
Release Me Timed
by: | Sebastian Beutel |
---|---|
published: | September 2021 |
description: | release the calling playback over the time set |
remarks: | See https://www.facebook.com/groups/448668071932099?multi_permalinks=2312999448832276. Derived from the factory macro 'Release Me' which deliberately ignores the release time. |
functions
Code
- releasemetimed.xml
<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Avolites.Macros.ReleaseMeTimed" name="Release Me Timed"> <sequence> <step>Playbacks.ReleasePlayback(this,0,false)</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 can be used as like the factory macro 'Release Me' in a cue list so that it releases itself when a particular cue is reached. Unlike the factory macro this takes the playback's release time into account.
How to use it
You could leave a comment if you were logged in.
macros/example/releasemetimed.txt · Last modified: 2021/09/23 14:00 by 127.0.0.1