macros:function:handles.staticplaybacks.changepage
Function
Handles.StaticPlaybacks.ChangePage
This function is not documented but used in factory macros, and found working. Hence, this entire documentation is assumed.
Void Handles.StaticPlaybacks.ChangePage(int32 index)
API | no |
---|---|
description | toggles the Static Playbacks buttons to a specific page |
Namespaces | Handles.StaticPlaybacks |
parameter | Int32 index – the index of the page to change to |
return value | (Void) |
Example in
Pages - Change All Playback Pages:
<macro id="Avolites.Macros.ChangeToPresetsPage2" name="Static Playbacks Page 2"> <description>Changes the presets page to page 2.</description> <sequence> <step>Handles.StaticPlaybacks.ChangePage(1)</step> </sequence> </macro>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.staticplaybacks.changepage.txt · Last modified: 2017/11/22 10:02 by 127.0.0.1