Batch-convert iReal Pro playlists to MusicXML and MIDI.
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 MIDI via the musicxml-midi
API service. Finally, it zips up the generated files into a package using JSZip-ESM
.