Page 1 of 1

Goback macro

Posted: 23 Jul 2017, 20:31
by yyy898
Hi all, i am working on a new project where i need a macro to have a specific cuelist on a specific page to go and another one to have that cuelist to go back.
I fonud this line:
CueLists.GoBack(Handle handle)
what do i need as Handle for for example a culist on page 5 fader 2 ?

Re: Goback macro

Posted: 24 Jul 2017, 03:39
by Gregory
From the API documentation page:

Code: Select all

http://localhost:4430/titan/script/2/CueLists/GoBack?handle_location=Playbacks_2_1

The first number is the page and the second is the number of the handle (index) within that page.

Re: Goback macro

Posted: 24 Jul 2017, 13:23
by yyy898
Is that the same for macros so i need

Code: Select all

CueLists.GoBack("Playback_2_1")

Re: Goback macro

Posted: 25 Jul 2017, 17:52
by Gregory
Sorry I meant to give you the equivalent in the macro syntax which is this:

Code: Select all

CueLists.GoBack("Location=Playbacks,2,1")