Reading a MIDI file in Python
Posted
by Logan
on Stack Overflow
See other posts from Stack Overflow
or by Logan
Published on 2010-05-29T05:28:55Z
Indexed on
2010/05/29
5:32 UTC
Read the original article
Hit count: 352
I want to be able to read events from a MIDI file in Python. I have looked for libraries, but can't find one that works with my MIDI file in windows. I do not need to do anything real time, and just want a simple library that gives me events and times. Would it be easier to write one for myself? Any help would be appreciated.
© Stack Overflow or respective owner