Printing to Max Window with time
Hello,
I want to see how much time elapses before somethings happen (a number switches many times in 1 second, I am trying to figure out when it stops switching).
Right now I have the events sent to a print object. Is there any way I can attach a time signature to the window?
Timer doesn't help me because the number switches many times in less than a second and I want to know the time elapsed from the very first to the very last.
Thanks
You could try sending the events to something which creates a list that can be saved to a text file and then use the prepend object to put your timing information in front of the relevant data as it's sent through.
Any suggestions on what object to add to get precise timing information?
Max Patch
Copy patch and select New From Clipboard in Max.
Something like this?