Sheet Music Title for Type 1 MIDI File
Hi, I have some C++ library that creates a type 1 MIDI file with a certain title and BPM in track 0. Track 1 contains the melody.
I am having trouble figuring out how to extract the title from track 0 and placing it at the top of the sheet music.
Does anyone know if this is possible?
Thanks in advance!
Comments
Since Musescore isn't properly a midi editor, one of your options would be to open up your midi files first in a midi editor, copy the information, and simply paste into Musescore text labels. Our friends at Wikipedia provide a comparison list of editors at https://en.wikipedia.org/wiki/Comparison_of_MIDI_editors_and_sequencers,
some of which will be free and open source.
Caio.
In reply to Since Musescore isn't a midi… by worldwideweary
Wow thank you so much!!! I was totally unaware of these (very new to the MIDI community as I'm using it in my senior design at school). I've found a few that do exactly what I need.
Thanks again! :D