LeffelMania / android-midi-lib

MIT License
255 stars 72 forks source link

Bug in compareTo() #3

Open Phyambre opened 9 years ago

Phyambre commented 9 years ago

Hi Alex,

In class KeySignature, line 120, method compareTo(), it seems you are comparing a key against an scale by mistake. I think you want to compare a scale against another scale.

Regards