infojunkie / chirp

Web app to batch-convert iReal Pro playlists to MusicXML and MIDI.
https://blog.karimratib.me/demos/chirp/
GNU General Public License v3.0
1 stars 0 forks source link

Convert to MusicXML first, then convert to MIDI on demand #3

Open infojunkie opened 1 month ago

infojunkie commented 1 month ago

Because MusicXML conversion is much faster than MIDI conversion, do the former first and allow the user to select tunes for MIDI conversion.

infojunkie commented 1 week ago

Started to work on this here https://github.com/infojunkie/chirp/commit/022ac28872767f010ba9859417bd933db8cf9711. Right now, the MusicXML generation proceeds for the full playlist, then the MIDI generation follows. What's missing is responding to clicks on specific hourglass icons.