freakimkaefig / Music-XML-Analyzer

Music XML Analyzer
http://freakimkaefig.github.io/Music-XML-Analyzer/
MIT License
15 stars 4 forks source link

Take a look at key recognition #118

Closed freakimkaefig closed 9 years ago

freakimkaefig commented 9 years ago

Sometimes key isn't completely recognised on analysis.

Needs testing!!!

led13714 commented 9 years ago

possible solution: count "not recognized" keys and push them to result object. (probably the best practice with all counted values)

-> implement this solution?