From fa701b8c065251d242342b86a54d91826d2290a0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 19 Feb 2010 18:09:08 +0000 Subject: change PropertyChange from a bitfield into a real object, with all the many widespread changes that causes git-svn-id: svn://localhost/ardour2/branches/3.0@6701 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/evoral/evoral/midi_events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/evoral/evoral/midi_events.h') diff --git a/libs/evoral/evoral/midi_events.h b/libs/evoral/evoral/midi_events.h index 3a56eeb9b2..a235d9a3fc 100644 --- a/libs/evoral/evoral/midi_events.h +++ b/libs/evoral/evoral/midi_events.h @@ -107,8 +107,8 @@ #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 */ -- cgit v1.2.3