LenweSaralonde / Musician

Add-on for World of Warcraft to perform music in game.
https://musician.lenwe.io
GNU General Public License v3.0
11 stars 4 forks source link

Support for ABC format #13

Closed LenweSaralonde closed 3 years ago

LenweSaralonde commented 5 years ago

Allow importing music in ABC format

LenweSaralonde commented 5 years ago

There is an existing library called abclua but it requires the LPeg library which is a C module https://code.google.com/archive/p/abclua/ This can't be used as-is in WoW

LenweSaralonde commented 3 years ago

ABC format is convenient since it's already plain text and widely used in other games such as Lord of the Rings Online. Unfortunately, it's implementation is very complex and not worth the time. BTW it's still possible to convert ABC into MIDI then import it in Musician.