Function
This function is not documented and simply deducted from other factory macros, and found working. Hence, this entire documentation is assumed.
Void Handles.MobileWingAExecutors.ChangePage(int32 index)
API | no |
---|---|
description | toggles the Executors on the first connected Titan Mobile Faderwing to a specific page |
Namespaces | Handles.MobileWingAExecutor |
parameter | Int32 index – the index of the page to change to |
return value | (Void) |
Pages - Change All Playback Pages:
<macro id="Avolites.Macros.ChangeToPage1" name="Playbacks Page 1"> <description>Changes the Mobile Wing playbacks page to page 1.</description> <sequence> <step>Handles.MobileWingAExecutor.ChangePage(0)</step> </sequence> </macro>