mnschmit / piano-note-recognition

A tool to recognize melodies played by a piano
GNU General Public License v2.0
6 stars 1 forks source link

Get a MIDI / "piano sheet"-like representation #4

Closed mnschmit closed 8 years ago

mnschmit commented 8 years ago

A piano sheet would be a nice visualisation, too.

Furthermore, the data from here delivers MIDI reference files to audio recordings. So a suitable comparison with these files would be desirable, too.

mnschmit commented 8 years ago

Midi.py offers a tick-based piano-roll-like formatting of a MIDI reference file for an easy comparison, when visualised in the same way as the transcription algorithm.