Graphics

 View Only
  • 1.  Trigger Script outside of Xpression

    Posted 03-11-2013 22:43
    Is there a way to trigger a script to run outside of Xpression?

    Thanks

    Richie


  • 2.  RE: Trigger Script outside of Xpression

    Posted 03-12-2013 02:47
    You can use GPI's or RossTalk TCP commands to trigger scripts to run. You can configure these in the Keyboard/GPI mapping menu.

    #XPression


  • 3.  RE: Trigger Script outside of Xpression

    Posted 04-01-2013 23:34
    Or you can use Smart GPI via tcp or serial connection.

    #XPression


  • 4.  RE: Trigger Script outside of Xpression

    Posted 04-02-2013 09:36
    I think it could be a good idea to implement a new way to do this; because I often blocked in my project... I need to do some action by API when a specific point of my timeline is reached...

    Why don't use the new "Script Event" to fired an event in API. In the timeline, we could add the Script Event with an unique "Name of Event".

    In API, when the event is fired, we could made a "Select Case e.name" in order to execute code we need...

    What do you think about this ?

    #XPression


  • 5.  RE: Trigger Script outside of Xpression

    Posted 04-18-2013 19:14
    The thing I am trying to do is control other programs on other computers with a script inside of Xpression. One example is we want some graphics coming from a weather computer and some to come from Xpression. I would like to make a scene that would trigger the graphics on the weather computer to advance.

    I think this is the same thing Vincent is talking about. Not 100% sure though.

    #XPression