Put the sidechain ports into a dedicated tab in PortMatrix
[ardour.git] / gtk2_ardour / mixer_ui.h
index f617fdbb6ae49d7e679fefb83846c71b38787df0..1315f74f5dee05bc4905c980a409468fd1a1c4ba 100644 (file)
@@ -116,6 +116,9 @@ public:
        void delete_processors();
        void select_none ();
 
+       void select_next_strip ();
+       void select_prev_strip ();
+
        void do_vca_assign (boost::shared_ptr<ARDOUR::VCA>);
        void do_vca_unassign (boost::shared_ptr<ARDOUR::VCA>);
        void show_spill (boost::shared_ptr<ARDOUR::Stripable>);
@@ -345,6 +348,7 @@ private:
        bool vca_button_release_event (GdkEventButton*, VCAMasterStrip*);
 
        Width _strip_width;
+       double _spill_scroll_position;
 
        void presentation_info_changed (PBD::PropertyChange const &);
        void sync_treeview_from_presentation_info (PBD::PropertyChange const &);