Function

Handles.StaticPlaybacks.ChangePage

ASSUMPTION

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