Example
by: | Lucas Wx, April 2018 |
---|---|
published: | https://www.facebook.com/groups/Avolites/permalink/1215020168630215/ |
description: | Deletes a playback. |
<?xml version="1.0" encoding="utf-8"?> <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd"> <macro id="" name="" > <sequence> <step pause="0.01">Handles.SetSourceHandleFromHandle(Handles.GetHandle("Playbacks",x,x))</step> <step pause="0.01">Handles.ConfirmDelete()</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
Handles.SetSourceHandleFromHandle(Handles.GetHandle(“Playbacks”,x,x))
points Handles.SourceHandle to a particular playbackHandles.ConfirmDelete()
deletes this handle