Releases: justinlatimer/node-midi
Releases · justinlatimer/node-midi
v0.9.1
- Use NAN to support node 0.8-0.12. (Andrew Morton)
v0.9.0
- 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
- Fixing crash when
new
is omitted. (Andrew Morton)
v0.8.0
- 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
- Remove unmatched uv_unref() causing segfault. (Andrew Morton)
v0.7.0
- Add readable/writable stream support. (Elijah Insua)
v0.6.0
- Upgrade build system to node-gyp bringing Windows support. (Michael Alyn Miller)
- Fix an overzealous delete.
v0.5.0
- 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
- 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
- Add support for virtual input and output ports.