Categorize the mixer actions.
[ardour.git] / gtk2_ardour / route_time_axis.h
index 2130977dbc6a414cabb8598e6dc3821f7f7a12d0..3566d6624e85abd5d8eafc6784f90cd2e6122d41 100644 (file)
@@ -214,6 +214,8 @@ protected:
        void route_property_changed (const PBD::PropertyChange&);
        bool name_entry_changed (std::string const&);
 
+       virtual void toggle_channel_selector () {}
+
        void blink_rec_display (bool onoff);
 
        virtual void label_view ();
@@ -248,7 +250,7 @@ protected:
        void create_mute_automation_child (const Evoral::Parameter &, bool);
        void setup_processor_menu_and_curves ();
        void route_color_changed ();
-        bool can_edit_name() const;
+       bool can_edit_name() const;
 
        boost::shared_ptr<AutomationTimeAxisView> gain_track;
        boost::shared_ptr<AutomationTimeAxisView> trim_track;