Mackie control panel: display the profile name when any button action is changed.
[ardour.git] / libs / surfaces / mackie / gui.h
index 15d266634cc3dcdc56e99c7eef875911ca04b3ac..0f91a32e123d55d5b81c7326a6b2ad1e1c1d8eb8 100644 (file)
@@ -151,6 +151,7 @@ class MackieControlProtocolGUI : public Gtk::Notebook
        void connection_handler ();
 
        Glib::RefPtr<Gtk::ListStore> build_midi_port_list (std::vector<std::string> const & ports, bool for_input);
+       bool _ignore_profile_changed;
        bool ignore_active_change;
        void active_port_changed (Gtk::ComboBox* combo, boost::weak_ptr<Mackie::Surface> ws, bool for_input);
 };