Graphics

 View Only
  • 1.  RossTalk Sequencer TemplateData

    Posted 08-13-2020 00:32

    Hi,

    I've noticed in another thread (https://support.rossvideo.com/hc/en-us/community/posts/360040129332-Dashboard-and-CasparCG) that appearantly it's possible to send custom data with RossTalk.

     

    So is it possible to send custom data to XPression as well using RossTalk?

    So imagine I want to recall a scene in my Sequencer and I want to add content to the NAME-object in my scene.

    Could I do something like:

    TAKE 1001:0:0 "<templateData><componentData id="Name"><data id="text" value="'Kenneth'"/></componentData></templateData>"

     

    I have looked in the manual but there's no reference to any custom content, but I'm assuming that if it's possible with a non-Ross product CasparCG, it should also be possible with native Ross product XPression ;-)

     

    Does anybody know the correct syntax?

     

    Thank you,

    Kenneth



  • 2.  RE: RossTalk Sequencer TemplateData

    Posted 08-17-2020 12:29

    Hi Kenneth,

    In 10.0 builds you can do TEMPLATEDATA TakeID:TextObjectName:TextData.

    In 10.1 builds you will be able to do TEMPLATEDATA:TakeID:Text1.Text:TextData, or TEMPLATEDATA:TakeID:Quad1.Position:50,50,100, or TEMPLATEDATA:TakeID:Quad1.Material:C:\Image.jpg

    and other various combinations.


    #XPression