Skip to content

Releases: djipco/webmidi

2.4.0

Choose a tag to compare

@djipco djipco released this 21 Jan 15:59

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

2.3.1

Choose a tag to compare

@djipco djipco released this 01 Jan 21:14

This version introduces a minor change in the way the WebMidi.getInputById() and WebMidi.getOutputById() functions work. They both now force the id parameter to a string before looking it up.

2.3.0

Choose a tag to compare

@djipco djipco released this 06 Nov 14:20

This version adds TypeScript type definitions.

2.1

2.1

Choose a tag to compare

@djipco djipco released this 21 Jun 18:56
  • Middle C (note number 60) is now considered to be C4.
  • An issue with Bluetooth devices has been corrected.

2.0.5

Choose a tag to compare

@djipco djipco released this 30 Apr 14:47

WebMidi.getOctave() now properly reports the octave for MIDI note number 0.

2.0.2

Choose a tag to compare

@djipco djipco released this 16 Mar 18:39

Fixed problem with sending sysex messages.

2.0.0

Choose a tag to compare

@djipco djipco released this 22 Dec 23:41
version 2.0.0

2.0.0-rc.11

2.0.0-rc.11 Pre-release
Pre-release

Choose a tag to compare

@djipco djipco released this 04 Dec 13:55

The Output object now properly reports its type.

2.0.0-rc.9

2.0.0-rc.9 Pre-release
Pre-release

Choose a tag to compare

@djipco djipco released this 27 Sep 15:04

State change event listeners are now properly removed when WebMidi.disable() is called.

2.0.0-rc.8

2.0.0-rc.8 Pre-release
Pre-release

Choose a tag to compare

@djipco djipco released this 21 Sep 01:54

The value parameter of the sendChannelMode() function now defaults to 0.