Converting milliseconds to minutes and seconds.
Hi all,
Is there an object in max that will convert milliseconds to minutes and seconds?
Thanks in advance, Mike.
Hi Mike,
Max Patch
Copy patch and select New From Clipboard in Max.
Check out the [translate] object:
other option. Divide by 1000 and then connect that to both [/60] (minutes) and [%60](remainder = seconds)
Jasch has a very nice set of objects.
[Timex] would do what you want.
http://www.jasch.ch/dl/default.htm
I didn't know [translate]. Very nice !