macros:function:handles.staticplaybacks.changepage
This is an old revision of the document!
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.1511344947.txt.gz · Last modified: 2017/11/22 10:02 (external edit)