X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_ui.h;h=461419c8480d1b7f13ceade57554aeb753e2f8fd;hb=694c7254e19fd0fbabe1ad25020fc0785216eb96;hp=8ef85af0b94d547d04341e3b1b258768f12f0b20;hpb=6cf7ca3a85dab15fa404d05a4a509502bb177679;p=ardour.git diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h index 8ef85af0b9..461419c848 100644 --- a/gtk2_ardour/route_ui.h +++ b/gtk2_ardour/route_ui.h @@ -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); + static std::string program_port_prefix; + private: void check_rec_enable_sensitivity (); void parameter_changed (std::string const &);