syncopika / mmp-to-MusicXML

convert LMMS mmp files to MusicXML
https://syncopika.github.io/mmp-to-MusicXML/
5 stars 2 forks source link

Fix notechecker #5

Closed syncopika closed 1 year ago

syncopika commented 1 year ago

The note checker was buggy before since I had decided to use ASCII character position to help decide if a note came before or after another, which is clearly not right, considering the range of notes goes C -> D -> E -> F -> G -> A -> B. This should be fixed now hopefully :).