8000 Release MIDIUtil 1.2.1 · MarkCWirt/MIDIUtil · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MIDIUtil 1.2.1

Latest
Compare
Choose a tag to compare
@MarkCWirt MarkCWirt released this 04 Mar 18:59
· 1 commit to develop since this release
Date 4 March 2018
Version 1.2.1
  • Clarifications on documentation.
  • Added pitch bend support with addPitchWheelEvent.
  • Fairly major restructuring of the code contributed by meteorsw, including:
    • Removing the MIDIEvent class and subsuming functionality in GenericEvent
      and derivative classes.
    • Allowing for the specification of times in MIDI ticks, as well as quarter
      notes.
    • General clean-up and restructuring. Logic on how an event serializes itself
      to the MIDI stream is now associated directly with the object.
    • Renaming of some variable to be less confusing to users.
    • Placing comparison operators in the derived classes of GenericEvent, where
      they really belong.
    • Addition of channel pressure event.
0