More timer connections

It would be useful to have a timer connection based on the how long a video has been playing so lets say “movie nights” people know how much of the movie they have missed

It is already extremely easy to create I/O that tracks how long a video has been playing. (making use of OnMediaStarted and looping Timers)

got a tutorial?

Got you:

  1. Place Media Object
  2. Place Timer, set it to loop at 1 second intervals.
  3. Connect the Media Object’s [OnMediaStarted] to the Timer’s [Start].
  4. Connect the Media Object’s [OnMediaEnded] to the Timer’s [Stop].

From here, you would wire the Timer’s [OnTimerComplete] to [Add] to a Counter in the time display. (Like a Condo uptime display)

i did that but timer stops at 1

You probably connected [Stop] to [OnMediaStarted], when it should be under [OnMediaEnded].

there is no stop or start its just add and subtract




1 Like

yeah did that still stops at 1 sec

nvm got it