npm i && npm run start
This small web app parses an iReal Pro playlist and converts each song to MusicXML using the ireal-musicxml
JavaScript library. It then converts the MusicXML to:
- MuseScore format via the
musicxml-mscx
XSLT transformation - MIDI via the
musicxml-midi
API service
Finally, it zips up the generated files into a package using JSZip-ESM
.