Gemphet8 ; 8-polyphonic synthesizer control application

Dependencies:   MIDI REnc button mbed

Revision:
9:a86ad099f24d
Parent:
5:7d7be4c72d21
Child:
10:c3b797b62ddb
--- a/MIDI_Proc/midi_proc.h	Mon Aug 11 07:46:03 2014 +0000
+++ b/MIDI_Proc/midi_proc.h	Mon Aug 11 23:16:06 2014 +0000
@@ -5,7 +5,7 @@
 #include "MIDI.h"
 
 #ifdef __cplusplus
-extern "C" {
+//extern "C" {
 #endif /* __cplusplus */
 
     /** MIDI System message */
@@ -31,7 +31,7 @@
         uint8_t Channel;
         /// pointer to the next _MidiNote object
         struct _MidiNote *next;
-    } MN_t, MN_p;
+    } MN_t, *MN_p;
 
     extern MN_t NoteEnd;
     extern MN_t NoteStart;
@@ -55,6 +55,6 @@
     extern void midi_pbend(byte channel, int bend);
 
 #ifdef __cplusplus
-}
+//}
 #endif /* __cplusplus */
 #endif /* __C_MIDI_PROC_H__ */
\ No newline at end of file