00001 00011 #ifndef LIB_MIDI_COMPATIBILITY_V2_5_H_ 00012 #define LIB_MIDI_COMPATIBILITY_V2_5_H_ 00013 00014 00016 #define MIDI_rate MIDI_BAUDRATE 00017 00018 #define ATPoly AfterTouchPoly 00019 00020 #define CC ControlChange 00021 00022 #define PC ProgramChange 00023 00024 #define ATCanal AfterTouchChannel 00025 00026 #define SysEx SystemExclusive 00027 00028 00029 #define MIDI_FILTER_OFF 0 00030 #define MIDI_FILTER_FULL 1 00031 #define MIDI_FILTER_CANAL 2 00032 #define MIDI_FILTER_ANTICANAL 3 00033 00034 00035 #endif // LIB_MIDI_COMPATIBILITY_V2_5_H_