Releases: djipco/webmidi
Releases · djipco/webmidi
2.0.0-rc.3
The stopNote() function can now stop all notes using the special value all.
2.0.0-beta.2
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).