/** MIDI command for a note off (deactivation) event */\r
                #define MIDI_COMMAND_NOTE_OFF       0x08\r
 \r
-               /** Standard key press velocity value used for all note events, as no pressure sensor is mounted */\r
+               /** Standard key press velocity value used for all note events */\r
                #define MIDI_STANDARD_VELOCITY      64\r
                \r
                /** Convenience macro. MIDI channels are numbered from 1-10 (natural numbers) however the logical channel\r