Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get key signature #20

Open
tjvg91 opened this issue Jan 21, 2016 · 2 comments
Open

How to get key signature #20

tjvg91 opened this issue Jan 21, 2016 · 2 comments

Comments

@tjvg91
Copy link

tjvg91 commented Jan 21, 2016

I wanna be able to get key signature of midi file. How do I do so?

@janvsc
Copy link

janvsc commented Jan 21, 2016

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
#20.

J van Schalkwyk

@tjvg91
Copy link
Author

tjvg91 commented Jan 21, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants