part two of allow markup to be used in BoolOption items in an option editor
[ardour.git] / gtk2_ardour / mixer_ui.h
index 90af35822b37ae0c7a18773030b5eed31b7af7a0..2946d0ae59670cf65b8274bed2d3f6cd61ca8813 100644 (file)
@@ -129,6 +129,7 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
        bool strip_scroller_button_release (GdkEventButton*);
        void scroll_left ();
        void scroll_right ();
+        void toggle_midi_input_active (bool flip_others);
 
        void add_strips (ARDOUR::RouteList&);
        void remove_strip (MixerStrip *);
@@ -249,6 +250,8 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
         void sync_order_keys_from_treeview ();
         void sync_treeview_from_order_keys (ARDOUR::RouteSortOrderKey);
         void reset_remote_control_ids ();
+        void reset_order_keys (ARDOUR::RouteSortOrderKey);
+
         bool ignore_reorder;
 
        void parameter_changed (std::string const &);