Skip to content

Releases: djipco/webmidi

v2.5.3

23 Aug 21:25

Choose a tag to compare

This release includes a minor security fix that does not concern end-users.

Release v3.0.0-alpha.4

09 Apr 19:29

Choose a tag to compare

Pre-release

This patch release fixes an issue with playNote() when options.time is not specified. This is an alpha version intended for testing only. Do not use this version in production! Version 3.x introduces MANY changes from v2.5.x. It should be mostly compatible but some breaking changes were introduced.

Release v2.5.2

19 Feb 01:57

Choose a tag to compare

This patch release fixes an issue with listeners not being properly removed when calling WebMidi.disable().

Release v3.0.0-alpha.1

16 Jun 20:07

Choose a tag to compare

Pre-release

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

17 Jun 18:12
45b4856

Choose a tag to compare

Pre-release

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

26 Aug 00:39

Choose a tag to compare

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

17 Aug 15:44

Choose a tag to compare

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.

2.3.3

26 Mar 08:33

Choose a tag to compare

Patch release in which Output.sendControlChange() now properly accepts bankselectcoarse as first parameter.

2.3.2

27 Jan 20:57

Choose a tag to compare

Patch release which fixes a small issue with the options parameter being altered by the playNote() method (see PR #56). This would cause frozen options object to throw an error.

2.4.0

21 Jan 15:59

Choose a tag to compare

In this minor release, TypeScript interfaces are now being exported so they can be used for compile-time type checking (issue #54).