|
|
@@ -11,8 +11,16 @@ |
|
|
|
#define MIDI_CC_SOSTENUTO 0x42u |
|
|
|
#define MIDI_CC_UNACORDA 0x43u |
|
|
|
|
|
|
|
char* MIDI_GetNoteName(unsigned char); |
|
|
|
#if defined __cplusplus |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
|
|
|
|
char *MIDI_GetNoteName(unsigned char); |
|
|
|
|
|
|
|
unsigned char MIDI_GetNoteFromName(const char*); |
|
|
|
unsigned char MIDI_GetNoteFromName(const char *); |
|
|
|
|
|
|
|
#if defined __cplusplus |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |