CNMAT / CNMAT-Externs

CNMAT Max/MSP externals
Other
96 stars 11 forks source link

bench resolution on Windows #66

Closed ramagottfried closed 6 years ago

ramagottfried commented 7 years ago

added Windows support for bench, using the QueryPerformanceCounter() function. however, I noticed that the resolution is not the same as the Mac version, so possibly it should be changed to use KeQueryPerformanceCounter instead.

see: https://msdn.microsoft.com/en-us/library/windows/desktop/dn553408(v=vs.85).aspx

ramagottfried commented 7 years ago

actually not sure, it looks like it should be the same resolution, leaving as is for now.

equilet commented 6 years ago

What is the status of this?

ramagottfried commented 6 years ago

ok, yes, I double checked and it looks like it's doing the right thing as detailed by the windows reference above.

I'm going to close this now. as always, to anyone reading this, please reopen if you can test and find an issue.