diff --git a/examples/MidiBle/MidiBle.ino b/examples/MidiBle/MidiBle.ino index 961a909..9f91a2a 100644 --- a/examples/MidiBle/MidiBle.ino +++ b/examples/MidiBle/MidiBle.ino @@ -49,6 +49,6 @@ void loop() { t0 = millis(); - MIDI.sendNoteOn (60, 100, 1); // note 60, velocity 127 on channel 1 + MIDI.sendNoteOn (60, 100, 1); // note 60, velocity 100 on channel 1 } }