Jump to content

Extract Watchout time data


nickelalloy

Recommended Posts

I'm looking for a way to extract the timing information from the Watchout network. I'd like to just be able to get the current time of the main timeline. Is there any protocol information to get me on the right path or is it a closely guarded secret.

 

I appreciate that there are a few other ways to acheive this (LTC, Midi trigger, etc) but I'd like to do it over network if possible.

 

Thanks.

Link to comment
Share on other sites

  • Moderator

I'm looking for a way to extract the timing information from the Watchout network. I'd like to just be able to get the current time of the main timeline. Is there any protocol information to get me on the right path or is it a closely guarded secret....

 

Not at all a secret. It is in the User Guide.

 

When a show is loaded (and your IP session is authenticated),

the getStatus command returns as one of its response parameters

 [] Current time position, in milliseconds (only included if show is active)

The simple getStatus command returns Main Timeline position.

(If you want auxiliary timeline position, see Getting auxiliary timeline State )

 

getStatus

 

Get the current status of the WATCHOUT cluster master.

getStatus

Responds with a Reply

Reply “WO2Launch” false 0 true true false 122 true

 

Reply Parameter Description

 

Name of the show. Empty string if no show loaded.

Busy. True if the master display computer or any of its slaves is busy

General health status of the cluster; 0: OK, 1: Suboptimal, 2: Problems, 3: Dead.

Display is open (in its full screen mode).

Show is active (ready to run).

Programmer is on line.

[] Current time position, in milliseconds (only included if show is active).

[] Show is playing – false if paused (only included if show is active).

[] Timeline rate (nominally 1, only included if show is active).

[] Standby mode (true if in standby, only included if show is active)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...