Releases: djipco/webmidi
Releases · djipco/webmidi
Release v3.1.11
Release v3.1.10
Release v3.1.9
- Fix
WebMidi.supported
not necessarily returningboolean
(#417) - Various module updates for security fixes
Release v3.1.8
This is a maintenance release with a few fixes and clarifications.
Release v3.1.7
This version is a minor release that fixes an issue that appeared in Node.js v21+
Release v3.1.6
Fixes minor bug when calling WebMidi.disable()
(issue #361)
Release v3.1.5
- The
playNote()
method nows correctly sends noteoff messages when the notes are specified as an array. Thanks to @tobyhede for the fix!
Release v3.1.4
OutputChannel.playNote()
now properly sends a note off when the duration is specified via the Note
object (issue #337).
Release v3.1.3
Release v3.1.2
- Add position (MSB/LSB) property to control change event payload (697b2c2)