From d64ff6b659eeb5b552dd2f7c94011b75638060de Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Mon, 6 Oct 2008 18:04:12 +0000 Subject: Added take system from 2.0. Thanks to torben for the patch. git-svn-id: svn://localhost/ardour2/branches/3.0@3873 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/route_time_axis.h') diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h index 73d3295aaf..405f4937ab 100644 --- a/gtk2_ardour/route_time_axis.h +++ b/gtk2_ardour/route_time_axis.h @@ -33,6 +33,7 @@ #include #include +#include #include #include "ardour_dialog.h" @@ -95,9 +96,13 @@ public: TimeAxisView::Children get_child_list(); /* The editor calls these when mapping an operation across multiple tracks */ - void use_new_playlist (bool prompt); - void use_copy_playlist (bool prompt); + void use_new_playlist (bool prompt, vector > const &); + void use_copy_playlist (bool prompt, vector > const &); void clear_playlist (); + + /* group playlist name resolving */ + std::string resolve_new_group_playlist_name(std::string &, vector > const &); + void build_playlist_menu (Gtk::Menu *); -- cgit v1.2.3