Goback macro

This is a place for people to chare the custom macros they have written.

Moderator: Moderators

User avatar
yyy898
Posts: 129
Joined: 28 Jun 2014, 17:52

Goback macro

Postby yyy898 » 23 Jul 2017, 20:31

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 ?
User avatar
Gregory
Posts: 1300
Joined: 14 Dec 2007, 15:25
Location: London, United Kingdom
Contact:

Re: Goback macro

Postby Gregory » 24 Jul 2017, 03:39

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.
User avatar
yyy898
Posts: 129
Joined: 28 Jun 2014, 17:52

Re: Goback macro

Postby yyy898 » 24 Jul 2017, 13:23

Is that the same for macros so i need

Code: Select all

CueLists.GoBack("Playback_2_1")
User avatar
Gregory
Posts: 1300
Joined: 14 Dec 2007, 15:25
Location: London, United Kingdom
Contact:

Re: Goback macro

Postby Gregory » 25 Jul 2017, 17:52

Sorry I meant to give you the equivalent in the macro syntax which is this:

Code: Select all

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

Who is online

Users browsing this forum: No registered users and 12 guests