Conversion to real MIDI format?
Thank you for these nice packages! Do you have any recommendation to convert between this text-based format and the real binary MIDI (1.0) format?
My other tool SendMIDI does exactly that
Thanks! Continuing in https://github.com/gbevin/SendMIDI/issues/55...
The receivemidi dump command might be what you're looking for then
I see. Without an example snippet for dump I've tried receivemidi dev "CASIO USB-MIDI" ts dump > example.mid, but after a ctrl-c, the resulting file isn't recognized as a binary MIDI file with file example.mid but as some ASCII file, and other MIDI tools won't load it either.
You likely don't want to add the timestamps with ts, but yeah dumping like that would not be a standard midi file, it would be the binary midi stream. The midi file format is not identical.
Agree... so there is no way to achieve this right now?
I don't think so