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)
.