forward port automation handling changes from 2.x, upto and including about rev 6981...
[ardour.git] / libs / evoral / evoral / midi_events.h
index 3a56eeb9b2654fb7c709821596c59bb0582e5017..a235d9a3fc5e40932fd7c3b1891580202c9a18ae 100644 (file)
 #define MIDI_CMD_NOTE_OFF               0x80 /**< Note Off */
 #define MIDI_CMD_NOTE_ON                0x90 /**< Note On */
 #define MIDI_CMD_NOTE_PRESSURE          0xA0 /**< Key Pressure */
-#define MIDI_CMD_CONTROL                0xB0 /**< Control PropertyChange */
-#define MIDI_CMD_PGM_CHANGE             0xC0 /**< Program PropertyChange */
+#define MIDI_CMD_CONTROL                0xB0 /**< Control Change */
+#define MIDI_CMD_PGM_CHANGE             0xC0 /**< Program Change */
 #define MIDI_CMD_CHANNEL_PRESSURE       0xD0 /**< Channel Pressure */
 #define MIDI_CMD_BENDER                 0xE0 /**< Pitch Bender */
 #define MIDI_CMD_COMMON_SYSEX           0xF0 /**< Sysex (System Exclusive) Begin */