Way to show running clock/timer

I’m trying to create a running clock that would show minutes:seconds starting at 00:00, then running until stopped manually. As you would have in a sporting event.
Any advice would be appreciated. Thank you

Looks like this is my best bet. Is there any other way that some one knows of.

place a Timer CHOP, set it to “Infinite” and place an Info DAT which your point at the Timer CHOP.
Once you start the Timer you’ll see the HH:MM:SS:FF numbers in the Info DAT.
If you prefer having those numbers in CHOP channels, add a Clock CHOP.
Example attached.

timerClock.tox (1.7 KB)

Thank you! I can definitely work with this. I’ll just need to lose the "Hours and Milliseconds. I just want MM:SS, with the minutes counting past 60. but I think I should be able to get that.