jwdj / EasyABC

EasyABC
GNU General Public License v2.0
90 stars 36 forks source link

fix #31 Error importing MIDI file in Python 3.x #32

Closed marcstober closed 3 years ago

marcstober commented 3 years ago

Tested with Python 3.6.4 on Windows 10. It should work under Python 2.x. Added a "b" to indicate a byte string (otherwise Python3 defaults to Unicode). According to the docs, the "b" prefix is ignored in Python 2.