Return selected Timecode pool number

BECOME PART OF THE COMMUNITY - Sign up here
  • Hi there,


    How can i return the number of the current selected Timecode pool item in a LUA plugin?

    I'm looking for this for a while now but can't seem to get it working...

    :)

  • The currently selected timecode is available with the following:

    Code
    CurrentProfile().TemporaryWindowSettings.TimecodeWindowSettings.currentTimecode


    If you dump this you can find all of its attributes, but you most likely just want its index.

  • The currently selected timecode is available with the following:

    Code
    CurrentProfile().TemporaryWindowSettings.TimecodeWindowSettings.currentTimecode


    If you dump this you can find all of its attributes, but you most likely just want its index.

    Hi there,

    Thanks a lot for your response, but this is not quite what i'm looking for.


    This code returns the latest temporary timecode view that was opened (like when you do 'edit timecode 1').

    It is not linked to the selected timecode pool item, it is linked to the last opened temp. timecode window.


    Or do you have another approach to get it working correctly? 😁

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!