Skip to content

v1.0.0

Compare
Choose a tag to compare
@justinlatimer justinlatimer released this 22 Jul 05:05
· 38 commits to master since this release
  • Added isPortOpen (nroadley)
  • Improve examples in README (Simon Egersand)
  • Updated examples to es6 (Amila Welihinda)
  • Update mocha (The Repo Nanny)
  • Update rtmidi to 4.0.0 (Tim Susa)
  • Add license to package.json.
  • Use NAN to handle additional differences in modern nodejs versions.
  • Change supported nodejs version to 6, 8, 10, 12.
  • Better handling of Buffer for stream (jhorology)
  • Fixing read stream resume bug (justinjmoses)
  • Fix clean up of inputs.
  • Exception catching to prevent RtMidi errors crashing the node process (Jeremy Bernstein)
  • Split classes into different files.
  • Fix capitalisation on the classes.
  • Add some documentation about MIDI message formats.