Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface...
[pub/USBasp.git] / Demos / Device / LowLevel / MIDI / MIDI.h
index 72512f7..75ac845 100644 (file)
                #include <LUFA/Drivers/Board/Buttons.h>
 
    /* Macros: */
-               /** MIDI command for a note on (activation) event */
+               /** MIDI command for a note on (activation) event. */
                #define MIDI_COMMAND_NOTE_ON      0x90
 
-               /** MIDI command for a note off (deactivation) event */
+               /** MIDI command for a note off (deactivation) event. */
                #define MIDI_COMMAND_NOTE_OFF     0x80
 
-               /** Standard key press velocity value used for all note events, as no pressure sensor is mounted */
+               /** Standard key press velocity value used for all note events, as no pressure sensor is mounted. */
                #define MIDI_STANDARD_VELOCITY    64
                
                /** Convenience macro. MIDI channels are numbered from 1-10 (natural numbers) however the logical channel