sky-music / sky-python-music-sheet-maker

Make visual music sheets for thatskygame (graphical representations of the Sky keyboard)
MIT License
29 stars 10 forks source link

Parse MIDI files #210

Closed jmmelko closed 3 years ago

jmmelko commented 4 years ago

Use mido to convert binary midi files into midi messages and then extract notes.

Requires issue #209 to be solved at some point.