digero / maestro

Maestro and ABC Player for The Lord of the Rings Online
MIT License
58 stars 17 forks source link

ABC player wont play this file, but LOTRO plays it #29

Closed NikolaiVChr closed 4 years ago

NikolaiVChr commented 4 years ago

It says: unable to read tempo

Here is the file: eco.zip

digero commented 4 years ago

The tempo specification in that file is not valid according to the ABC format spec (http://abcnotation.com/wiki/abc:standard:v2.1#qtempo). You have: Q:118 =1/4 It should be: Q: 1/4=118

I guess LOTRO ignores the invalid syntax, but I don't intend to try to match every quirk of LOTRO's ABC parsing in ABC player.