How to edit a Playbacks and Cuelists proberties via a Macro

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

Moderator: Moderators

User avatar
mad-leo-kitten
Posts: 14
Joined: 19 Feb 2019, 21:46
Contact:

How to edit a Playbacks and Cuelists proberties via a Macro

Postby mad-leo-kitten » 07 Mar 2019, 14:28

Hey,

still with the larger Macro project ^^

Does anyone have an Idea how to edit proberties like "Fade In", "Link", "Fader Mode", "Fire First Cue", "Speed Source", "Size Source", etc.?

Thanx previeously :wink:

Greets, Flo :mrgreen:
User avatar
Gregory
Posts: 1300
Joined: 14 Dec 2007, 15:25
Location: London, United Kingdom
Contact:

Re: How to edit a Playbacks and Cuelists proberties via a Macro

Postby Gregory » 07 Mar 2019, 15:26

Have a look at this forum post: How to set fade in time of a cue in a cuelist

You can find the properties in the Web API documentation.
User avatar
mad-leo-kitten
Posts: 14
Joined: 19 Feb 2019, 21:46
Contact:

Re: How to edit a Playbacks and Cuelists proberties via a Macro

Postby mad-leo-kitten » 12 Mar 2019, 07:58

Couldn't find any clues to that on the API site. I'm looking for a way to edit the fader mode, fire first cue, assign masters etc. :)

you have any clue where to start ^^?
User avatar
Gregory
Posts: 1300
Joined: 14 Dec 2007, 15:25
Location: London, United Kingdom
Contact:

Re: How to edit a Playbacks and Cuelists proberties via a Macro

Postby Gregory » 27 Mar 2019, 00:54

Set the Fader Mode of a Cue:

Code: Select all

ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback",handle:"Location=Playbacks,1,1")
ActionScript.SetProperty.Enum("Playbacks.Editor.Times.CueMode", "Mode2")

Enable Fire First Cue:

Code: Select all

ActionScript.SetProperty("Playbacks.EditHandle", handle:"Location=Playbacks,1,2")
ActionScript.SetProperty.Boolean("Playbacks.OptionsEditor.SingleSelection.GoOnFire", true)

Set Speed Source:

Code: Select all

ActionScript.SetProperty("Playbacks.EditHandle", handle:"Location=Playbacks,1,2")
ActionScript.SetProperty.Enum("Playbacks.OptionsEditor.SingleSelection.SpeedSource", "Rate1")

Set Size Source:

Code: Select all

ActionScript.SetProperty("Playbacks.EditHandle", handle:"Location=Playbacks,1,2")
ActionScript.SetProperty.Enum("Playbacks.OptionsEditor.SingleSelection.SizeSource", "Size2")
User avatar
mad-leo-kitten
Posts: 14
Joined: 19 Feb 2019, 21:46
Contact:

Re: How to edit a Playbacks and Cuelists proberties via a Macro

Postby mad-leo-kitten » 03 Apr 2019, 09:40

Thanks a lot :D

thats perfect ^^ :) sorry that i couldn't fint it my self and needed to bather x)

biiiig Thanks :D

Greets, Flo :mrgreen:

Who is online

Users browsing this forum: No registered users and 4 guests