Example ====== Pages - Change Titan Mobile Wing Page ====== ^ by: | Sebastian Beutel, Oct. 2018 | ^ published: | Oct 2018 | ^ description: | Macros to change page of the Titan Mobile Faderwing | ^ remarks: | useful with the simulator as this lacks the ability to change the pages in the Mobile Wing window. | {{tag>mobile wing change page}} ==== functions ==== * [[macros:function:handles.MobileWingAPlaybacks.changepage]] * [[macros:function:handles.MobileWingAPlaybacks.previouspage]] * [[macros:function:handles.MobileWingAPlaybacks.nextpage]] ===== Code ===== Changes the Mobile Wing playbacks page to page 1. Handles.MobileWingAPlaybacks.ChangePage(0) Changes the Mobile Wing playbacks page to page 2. Handles.MobileWingAPlaybacks.ChangePage(1) Changes the Mobile Wing playbacks page to page 3. Handles.MobileWingAPlaybacks.ChangePage(2) Changes the Mobile Wing playbacks page to page 4. Handles.MobileWingAPlaybacks.ChangePage(3) Changes the Mobile Wing playbacks to the previous page. Handles.MobileWingAPlaybacks.PreviousPage() Changes the Mobile Wing playbacks to the next page. Handles.MobileWingAPlaybacks.NextPage() ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[macros:formats_and_syntax#xml_format|Formats and syntax]] Each macro simply calls a specific ChangePage() function with the index of the designated page. ===== How to use it ===== - [[macros:deploying|make this macro available]] - If you copy this macro to a hardware macro button this will vanish when changing its page. Consider setting its properties to Handle Paging Locked in playback options. ~~DISCUSSION~~