add nascent poly-phonic pressure to automation menu for MIDI tracks
[ardour.git] / gtk2_ardour / midi_time_axis.h
index fa6102c3609ff114d794aebd8bd29028207119a3..2b721a79d0b156452010f55b7c578237de48682d 100644 (file)
@@ -161,6 +161,7 @@ private:
        void add_channel_command_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, ARDOUR::AutomationType auto_type, uint8_t cmd);
 
        Gtk::Menu* controller_menu;
+       Gtk::Menu* poly_pressure_menu;
 
        void add_single_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, int ctl, const std::string& name);
        void add_multi_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, int ctl, const std::string& name);