MidiMain.h 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #ifndef _AE_MidiMain_h #define _AE_MidiMain_h void midiMain(void); #define MAX_MIDI_PORTS 4 #define MAX_MIDI_MSGS 16 #define MIDI_OK 0 #define NO_MIDI -1 #define MIDI_INIT_ERR -2 #endif