cuthbertLab/music21

read midi file

Closed this issue · 1 comments

Motivation
nice to have ability to read midi file, like some python midi e.g. mido, miditoolkit

Feature summary
users can read midi file, to analyse the note, duration, etc

Proposed implementation
pretty_midi
image

mido
image

miditoolkit
image

Intent

[ ] I plan on implementing this myself.
[ ] I am willing to pay to have this feature added.
[X] I am starting a discussion with the hope that community members will volunteer their time to create this. I understand that individuals work on features of interest to them and that this feature may never be implemented.

thanks and best regards

Hi 👋

Music21 reads midi files. One entrypoint is through converter.parse; the other is through MidiFile() -- both described here.