Releases: djipco/webmidi
Releases · djipco/webmidi
Release v3.0.0-alpha.1
This is the first public release of version 3 of WebMidi.js. This is an alpha version intended for testing only. Do not use this version in production! This version introduces MANY changes from v2.5.1. It should be mostly compatible but some breaking changes were introduced.
Release v3.0.0-alpha.2
Changed the way channels are handled by the Output object. This is a pre-release version. Do NOT use in production.
Release v2.5.1
This release fixes an issue with inbound note on messages for note numbers 6 and 38 throwing errors since the implementation of NRPNs in v2.5.0.
Release v2.5.0
Thanks to @misterinterrupt, this release introduces support for NRPN events on the Input
object. NRPN events can be of the entry
, increment
or decrement
type.