infojunkie / musicxml-player

A TypeScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
34 stars 6 forks source link

Support other music formats #29

Open infojunkie opened 1 year ago

infojunkie commented 1 year ago

E.g. MEI, Humdrum, etc. This will likely require an additional interface IMusicFormat to abstract the assumptions made about MusicXML in the code.

And possibly rename the repo :sob: