Reading a MIDI file in Python

后端 未结 6 2497
被撕碎了的回忆
被撕碎了的回忆 2021-02-20 06:26

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 anythi

6条回答
  •  青春惊慌失措
    2021-02-20 06:43

    Check out this python library on github, it seems to do exactly what you need:

    https://github.com/vishnubob/python-midi

提交回复
热议问题