tweak b7e645ec6, use session start/end position
[ardour.git] / libs / midi++2 / midi++ / events.h
index f7e24421093c9cad233b916f8e74ac0e47bcd61e..1de77b726d75a7e614a63265a6c1609914394c35 100644 (file)
@@ -18,9 +18,8 @@
  *
  */
 
-#ifndef MIDI_H
-#define MIDI_H
-
+#ifndef __midievents_h__
+#define __midievents_h__
 
 /**
  * \defgroup midi MIDI Definitions
 #define MIDI_CTL_ALL_NOTES_OFF          0x7B /**< All notes off */
 #define MIDI_CTL_OMNI_OFF               0x7C /**< Omni off */
 #define MIDI_CTL_OMNI_ON                0x7D /**< Omni on */
-#define MIDI_CTL_MONO1                  0x7E /**< Mono1 */
-#define MIDI_CTL_MONO2                  0x7F /**< Mono2 */
+#define MIDI_CTL_MONO                  0x7E /**< Monophonic mode */
+#define MIDI_CTL_POLY                  0x7F /**< Polyphonic mode */
 //@}
 
 
 /** \} */
 
-#endif /* MIDI_H */
+#endif /* __midievents_h__ */