copy contents of analysis, plugins, automation and externals folders during save-as
[ardour.git] / gtk2_ardour / add_route_dialog.h
index 3a5501e15fff7ef09bcdcd6241f1f32cab38bbe5..1f7fa65d7eb8f2cea8749c8e3f1562c390988f51 100644 (file)
@@ -67,6 +67,13 @@ class AddRouteDialog : public ArdourDialog
        
        ARDOUR::TrackMode mode();
        ARDOUR::RouteGroup* route_group ();
+       enum InsertAt {
+               BeforeSelection,
+               AfterSelection,
+               First,
+               Last
+       };
+       InsertAt insert_at();
 
   private:
        Gtk::Entry name_template_entry;
@@ -80,6 +87,8 @@ class AddRouteDialog : public ArdourDialog
        Gtk::ComboBoxText mode_combo;
        Gtk::ComboBoxText route_group_combo;
        InstrumentSelector instrument_combo;
+       Gtk::Label insert_at_label;
+       Gtk::ComboBoxText insert_at_combo;
 
        std::vector<ARDOUR::TemplateInfo> route_templates;