Gemphet8 ; 8-polyphonic synthesizer control application
Dependencies: MIDI REnc button mbed
Diff: MIDI_Proc/midi_proc.h
- Revision:
- 10:c3b797b62ddb
- Parent:
- 9:a86ad099f24d
--- a/MIDI_Proc/midi_proc.h Mon Aug 11 23:16:06 2014 +0000 +++ b/MIDI_Proc/midi_proc.h Tue Aug 12 00:00:28 2014 +0000 @@ -4,6 +4,8 @@ #include "mbed.h" #include "MIDI.h" +extern MIDI midi; + #ifdef __cplusplus //extern "C" { #endif /* __cplusplus */ @@ -14,11 +16,6 @@ #define POLYPHONICE_NOTES 8 - typedef unsigned char uint8_t; - typedef unsigned short uint16_t; - typedef uint8_t byte; - typedef uint16_t word; - /** @structure MIDI Note management structure * */