jasmid
jasmid copied to clipboard
How to get key signature
I wanna be able to get key signature of midi file. How do I do so?
Hope this helps:
http://www.recordingblogs.com/sa/tabid/88/Default.aspx?topic=MIDI+Key+Signature+meta+message
On Thu, 21 Jan 2016 at 13:14 tjvg91 [email protected] wrote:
I wanna be able to get key signature of midi file How do I do so?
— Reply to this email directly or view it on GitHub https://github.com/gasman/jasmid/issues/20.
J van Schalkwyk
programmatically, i meant. I already know the theory behind key signatures and how they work in MIDI files, but thanks.
I already found out how, using MidiFile(data).tracks[0][n], where n is the location of the info regarding key signature.