Typo in Doc for Latest MidiMessage Addition

    @param velocity in the range 0 to 1
    @see isNoteOff
*/
static MidiMessage noteOff (int channel, int noteNumber, uint8 velocity) noexcept;

The range is 0 to 127 here

Ta, will correct that!