Graphics

 View Only
  • 1.  Script to move Sequencer Take Item

    Posted 02-21-2019 19:11
    Hello,

    I was wondering if it's possible to move a sequencer Take Item to a specific group and position using a vba script. Currently, I see a Public Method for CreateTakeItem and InsertTakeItem under xpSequencer, but not one to move.

    If there is no public script command, is there any other automated way move a sequencer item such as Rosstalk?

    Any help is much appreciated.


  • 2.  RE: Script to move Sequencer Take Item

    Posted 02-21-2019 21:41
    Hi Jerryylu,

    Although there is no specific move-command I think the best way would be to get the takeitem, copy the contents into temporary variables and insert a new take item (with the data from the temporary variables in it) in the desired group and then deleting the original take item.

    Which is [I]essentially[/I] the same as how a file is moved on a computer, but it's just not visible.

    I don't know the syntax in VBA, but I've already made applications that generate standings for a specific football-competition where the gfx-operator can still modify the values or add additional data but at least doesn't have to calculate the standings by himself, so it's definitely possible.
    #XPression