Skip to content

MIDIUtil 1.1.0

Compare
Choose a tag to compare
@MarkCWirt MarkCWirt released this 28 Sep 18:21
· 72 commits to develop since this release
Date 28 September 2016
Version 1.1.0

This release corrects a long-standing issue where format 2 files were being
written with a format 1 header. Users are very much encouraged to upgrade.

  • Allow for the specification of either MIDI format 1 or 2 files.
    Note that in previous versions of the code the file being
    written was format 2, but it was identified as format 1.
    This error has been corrected. The default format for the file
    is 1, which is the most widely supported format.
  • Increased test coverage.
  • Fixed bug in MIDIFile for adjust_origin = False
  • Added ability to order RPC and NRPC sub-events in time, as
    a work-around for sequencers that aren't good about preserving
    event ordering for events at the time time.
  • Updates to documentation.
  • Added Travis CI to the build process. Verifying operation
    on python 2.6 - 3 development version.
  • Functions added:
    • addTimeSignature()
    • addCopyright()
    • addText()
    • addKeySignature()