binary - Extra bytes in .mid files -
I am trying to read information from a .mid file, but I see an extra byte that does not seem to be Is not part of any MIDI message I'm not sure how to predict / hand it with and it's throwing everything in my project any suggestions? Here are some examples:
I suspect that I also have a breakdown because some of these are zero-zero delta times for no reason.
Every midi event has a delta time which is either 0 (this indicates that it happens at the same time as the previous event) or some positive value (it shows that after the last incident it must be) .
Comments
Post a Comment