Skip to content

Releases: justinlatimer/node-midi

v0.9.1

11 Feb 21:52
Compare
Choose a tag to compare
  • Use NAN to support node 0.8-0.12. (Andrew Morton)

v0.9.0

11 Feb 21:53
Compare
Choose a tag to compare
  • Avoid fatal error closing unopened port. (Andrew Morton)
  • Upgraded RtMidi to 2.1.0. (Hugo Hromic)
  • Fixed compile warnings on Windows. (Hugo Hromic)

v0.8.1

11 Feb 21:53
Compare
Choose a tag to compare
  • Fixing crash when new is omitted. (Andrew Morton)

v0.8.0

11 Feb 21:53
Compare
Choose a tag to compare
  • Update RtMidi to latest upstream. (Andrew Morton)
  • Added missing MIDI Clock event case. (Hugo Hromic)
  • Upgraded RtMidi library to version 2.0.1. (Hugo Hromic)

v0.7.1

11 Feb 21:54
Compare
Choose a tag to compare
  • Remove unmatched uv_unref() causing segfault. (Andrew Morton)

v0.7.0

11 Feb 21:56
Compare
Choose a tag to compare
  • Add readable/writable stream support. (Elijah Insua)

v0.6.0

11 Feb 21:56
Compare
Choose a tag to compare
  • Upgrade build system to node-gyp bringing Windows support. (Michael Alyn Miller)
  • Fix an overzealous delete.

v0.5.0

11 Feb 21:56
Compare
Choose a tag to compare
  • Switch from using libev to libuv. (Luc Deschenaux)
  • Check a port number is valid before trying to open it. (Luc Deschenaux)
  • Remove support for node versions < 0.6.0.
  • Code and build system improvements with new supported node versions.
  • Update documentation.

v0.4.0

11 Feb 21:56
Compare
Choose a tag to compare
  • Upgrade RtMidi to 1.0.15. (Luc Deschenaux)
  • Refactor the EventEmitter inheritance to support node > 0.5.2. (Luc Deschenaux)
  • Add support for ignore type settings (Sysex, Timing, Active Sensing) on the input. (Luc Deschenaux)
  • List supported node versions in the package.json.

v0.3.0

11 Feb 21:56
Compare
Choose a tag to compare
  • Add support for virtual input and output ports.