MIDI lib for Gemphet8 localized

Dependents:   Gemphet8

Fork of MIDI by Suga koubou

Files at this revision

API Documentation at this revision

Comitter:
ChuckTimber
Date:
Thu Nov 27 06:47:19 2014 +0000
Parent:
1:0eeca7deec08
Commit message:
MIDI lib locally customized.

Changed in this revision

MIDI.h Show annotated file Show diff for this revision Revisions of this file
diff -r 0eeca7deec08 -r 89537fec7779 MIDI.h
--- 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