infojunkie / chirp

Batch-convert iReal Pro playlists to MusicXML and MIDI.

Home Page:https://blog.karimratib.me/demos/chirp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Batch-convert iReal Pro playlists to MusicXML and MIDI.

https://blog.karimratib.me/demos/chirp/

License:GNU General Public License v3.0


Languages

Language:JavaScript 62.0%Language:HTML 38.0%