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
Just pip install mido then:
pip install mido
import mido m = mido.MidiFile('tuba.mid')