python-midi
python-midi copied to clipboard
Track length bug
A small bug:
If I export a pattern containing an empty track, an EndOfTrackEvent will be added to it as expected,. However, the track length in the header will be set to 0, causing some parsers to fail when they find the EndOfTrackEvent inside the track.