MIDI lib for Gemphet8 localized
Fork of MIDI by
Diff: MIDI.h
- Revision:
- 2:89537fec7779
- Parent:
- 1:0eeca7deec08
--- a/MIDI.h Tue Jan 08 03:32:22 2013 +0000 +++ b/MIDI.h Thu Nov 27 06:47:19 2014 +0000 @@ -50,7 +50,7 @@ #define USE_CALLBACKS 1 // Set this to 1 if you want to use callback handlers (to bind your functions to the library). // To use the callbacks, you need to have COMPILE_MIDI_IN set to 1 -#define USE_1BYTE_PARSING 1 // Each call to MIDI.read will only parse one byte (might be faster). +#define USE_1BYTE_PARSING 0 // Each call to MIDI.read will only parse one byte (might be faster). // END OF CONFIGURATION AREA