/chirp

Web app to batch-convert iReal Pro playlists to MusicXML / MuseScore / MIDI.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ChiRP 🎶🐦 iReal Pro to MIDI

Batch-convert iReal Pro playlists to MusicXML and MIDI.

Screenshot

Usage

npm i && npm run start

Theory of operation

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.