projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
/
MIDI.h
diff --git
a/LUFA/Drivers/USB/Class/Common/MIDI.h
b/LUFA/Drivers/USB/Class/Common/MIDI.h
index
05bd846
..
f768ba2
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Common/MIDI.h
+++ b/
LUFA/Drivers/USB/Class/Common/MIDI.h
@@
-60,10
+60,10
@@
#define MIDI_JACKTYPE_EXTERNAL 0x02
\r
\r
/** MIDI command for a note on (activation) event */
\r
#define MIDI_JACKTYPE_EXTERNAL 0x02
\r
\r
/** MIDI command for a note on (activation) event */
\r
- #define MIDI_COMMAND_NOTE_ON 0x
09
\r
+ #define MIDI_COMMAND_NOTE_ON 0x
90
\r
\r
/** MIDI command for a note off (deactivation) event */
\r
\r
/** MIDI command for a note off (deactivation) event */
\r
- #define MIDI_COMMAND_NOTE_OFF 0x
08
\r
+ #define MIDI_COMMAND_NOTE_OFF 0x
80
\r
\r
/** Standard key press velocity value used for all note events */
\r
#define MIDI_STANDARD_VELOCITY 64
\r
\r
/** Standard key press velocity value used for all note events */
\r
#define MIDI_STANDARD_VELOCITY 64
\r