Forums » Bugs & Problems Search

get_key api New Reply

Author Post
Posts: 2
Registered: Dec 05, 2008

hello, I'm trying to use the get_key api and it all seems to work. The only problem is that returned the key value is a number, (like 4 in the example). What does this number mean? The key is normally something like C major or A minor..

Posts: 46
Registered: Dec 05, 2008

Keys range from C to B (C, C#, D, D#, ..., B), where C corresponds to 0 and B to 11. The mode (minor or major) is given by get_mode as 0 or 1. Hope it helps - thanks!

Posts: 2
Registered: Dec 05, 2008

thank you, that's what I needed to know :)

Reply to this Thread

You must log in to post a reply.