I'm using jFugue to parse a midi file and it will always parse the tempo incorrectly(I know that the tempo is 140 and it is saying that the tempo is 720). At first I thought that it might, somehow, be multiplying the actual tempo by some number and that's not it. The number it's giving me is somehow related to the tempo, but I don't know how. This whole thing is very confusing, any help would be greatly appreciated.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here it says that if you're using a version of JFugue before 4.0, tempo is stored as microseconds per beat, which is 60000 / BPM http://www.jfugue.org/javadoc/org/jfugue/Tempo.html Correction: The conversion information on that page is incorrect. PPQ (pulses per quarter, or microseconds per beat) = 60,000,000 / BPM |
|||||
|