fix crash when copy'ing latent plugins
[ardour.git] / libs / midi++2 / midi++ / events.h
index 1f8e63eea215a03aafb34f49f8e12be3fd68f93c..1de77b726d75a7e614a63265a6c1609914394c35 100644 (file)
 #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 */
 //@}