I wanted feedback on a method to determine BPM. Every method I've seen so far has been fairly unreliable or hard to trust.
Couldn't you just open a notepad file and use it to determine how many characters per minute you were pressing?
For example, I set a timer to 10 seconds, then "streamed" for 10 seconds into a text file. After checking the file to make sure I had properly alternated every key press, as in xzxzxzxzxzxzxz, I copy and pasted it into this site:
http://www.javascriptkit.com/script/script2/charcount.shtml
Alternatively most text editors probably have some form of character counter, though notepad does not.
Multiply that by 6 for your characters per minute. Or set a timer for 60 seconds and stream that.
So is this accurate? If not, please explain.
Couldn't you just open a notepad file and use it to determine how many characters per minute you were pressing?
For example, I set a timer to 10 seconds, then "streamed" for 10 seconds into a text file. After checking the file to make sure I had properly alternated every key press, as in xzxzxzxzxzxzxz, I copy and pasted it into this site:
http://www.javascriptkit.com/script/script2/charcount.shtml
Alternatively most text editors probably have some form of character counter, though notepad does not.
Multiply that by 6 for your characters per minute. Or set a timer for 60 seconds and stream that.
So is this accurate? If not, please explain.