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

Rewrite MIDI converter without forked Tonejs MidiConvert #58

Closed LenweSaralonde closed 3 years ago

LenweSaralonde commented 3 years ago

The MIDI converter needs to perform some processing to the song prior to importing it into Musician. The time/duration note format returned by Tonejs MidiConvert is not convenient to achieve this and requires more unnecessary processing.

TODO: