Skip to content

2.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@djipco djipco released this 05 Nov 17:21
· 4808 commits to master since this 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).