Skip to main content
Participant
September 8, 2022
Answered

How to locate the track from which a clip comes? [JSX] [Extendscript]

  • September 8, 2022
  • 1 reply
  • 184 views

hi, everyone

 

how can i know from which track a clip comes?

 

assuming the clips are caught by the method "activeSequence.getSelection()"

 

is there any way to navigate to a clip's parent?

 

thanks a lot~

This topic has been closed for replies.
Correct answer Bruce Bullis

Each trackItem object has a .parentTrackIndex member, indicating the source track.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
September 15, 2022

Each trackItem object has a .parentTrackIndex member, indicating the source track.