Page 1 of 1

Changing Cue Link to "Link After Previews Cue"

Posted: 14 Mar 2019, 10:52
by mad-leo-kitten
Hey,

i want to change the Cue Links in several cuelists with a macro.
I found this Syntax, but i don't know wht value to use?!

Code: Select all

ActionScript.SetProperty(Playbacks.Editor.Times.CueLink,[value])


anyone an idea?

Re: Changing Cue Link to "Link After Previews Cue"

Posted: 14 Mar 2019, 16:01
by mad-leo-kitten

Code: Select all

      <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback" ,handle:"Location=PlaybackWindow,1,1") </step>
      <step pause="0.01">Playbacks.Editor.CueSelection.SelectCueByNumber(handle:"Location=PlaybackWindow,1,1", 1.0) </step>
      <step pause="0.01">ActionScript.SetProperty.Enum("Playbacks.Editor.Times.CueLink", "LinkAfterPrevious") </step>


solved by ickeSiegen :mrgreen: