extend strict-i/o to include route outputs.
[ardour.git] / gtk2_ardour / route_ui.h
index 8ef85af0b94d547d04341e3b1b258768f12f0b20..461419c8480d1b7f13ceade57554aeb753e2f8fd 100644 (file)
@@ -194,6 +194,7 @@ class RouteUI : public virtual AxisView
 
        virtual void route_active_changed () {}
        void set_route_active (bool, bool);
+       void duplicate_selected_routes ();
 
         Gtk::Menu* record_menu;
         void build_record_menu ();
@@ -240,7 +241,7 @@ class RouteUI : public virtual AxisView
        void toggle_comment_editor ();
 
        gint comment_key_release_handler (GdkEventKey*);
-       void comment_changed (void *src);
+       void comment_changed ();
        void comment_edited ();
        bool ignore_comment_edit;
 
@@ -269,6 +270,8 @@ class RouteUI : public virtual AxisView
 
        virtual void bus_send_display_changed (boost::shared_ptr<ARDOUR::Route>);
 
+       static std::string program_port_prefix;
+
   private:
        void check_rec_enable_sensitivity ();
        void parameter_changed (std::string const &);