bgr / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
1 stars 1 forks source link

reading midi files doesn't support "running status" #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.parse the attached midi file
2. get an error about an unknown event type 3.

What is the expected output? What do you see instead?
-> I expect the parsing to succeed.
   I got an exception instead.

   After analysis this looks like a problem with not supporting the 
   "running status" feature of midi (if a control byte of an event type 8 
   or 9 (note off, note on) doesn't change, it doesn't have to be 
   repeated).

What version of the product are you using? On what operating system?
-> Latest src on debian sid 64bit

Please provide any additional information below.
-> Patch that may solve the issue attached.

Original issue reported on code.google.com by stefaan....@gmail.com on 30 Dec 2012 at 12:18

Attachments: