Skip to content

Releases: djipco/webmidi

2.0.0-rc.3

21 Dec 20:18

Choose a tag to compare

2.0.0-rc.3 Pre-release
Pre-release

The stopNote() function can now stop all notes using the special value all.

2.0.0-beta.2

05 Nov 17:21

Choose a tag to compare

2.0.0-beta.2 Pre-release
Pre-release

Velocities can now also be sent and received using their raw MIDI value (0-127). To receive the raw value, just use e.rawVelocity. To send raw value, use playNote(60, 1, velocity: 125, rawVelocity: true).