Example
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. |
<?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>
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.