Monday, October 6, 2014

MIDI Files Playing Very Slowly Using Python Library MIDO








video

1 comment:

  1. Solved!

    Thanks to Ole, the author, for suggesting to double check which version of Mido the Python was using. Turns out, pip installed to one and code runner was using another. An old install of Mido in the version of Python that code runner was using masked the problem until today. Now, the code that will run Organ Donor plays Midi files flawlessly.

    Thanks again to Ole for writing such a great library and being so helpful and responsive!

    Here's Mido's documents page:
    http://mido.readthedocs.org/en/latest/installing.html

    ReplyDelete