Whatang / DrumBurp

A simple drum tab editor, designed to make it quick and easy to enter drum tabs.
http://whatang.org/
GNU General Public License v3.0
45 stars 13 forks source link

Export MusicXML #295

Open Whatang opened 11 years ago

Whatang commented 11 years ago

The ability to export MusicXML would vastly increase the range of programs that DB is compatible with, e.g. Finale.

lasconic commented 11 years ago

+1 and compatible with 150 more scorewriters, including MuseScore (which is also free)

Brayconn commented 4 years ago

I actually started work on an external script to do this. Problem is that the existing MusicXML library for Python doesn't actually support drums. Not sure if the best solution is to make a pull request for that library, make the XML manually, or to do some hacky post-processing on the existing library...