Remove duplicate Automation menu entry.
[ardour.git] / gtk2_ardour / public_editor.h
index 2667d031b672b15cfa2e54b7ae3073b4ec28c9fc..954dbcf16fbfa82a54fc1c597064e3b4c0e6598f 100644 (file)
@@ -210,6 +210,9 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
 
        /** Open main export dialog */
        virtual void export_audio () = 0;
+       
+       /** Open stem export dialog */
+       virtual void stem_export () = 0;
 
        /** Open export dialog with current selection pre-selected */
        virtual void export_selection () = 0;
@@ -265,7 +268,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
        virtual void restore_editing_space () = 0;
        virtual framepos_t get_preferred_edit_position (bool ignore_playhead = false) = 0;
        virtual void toggle_meter_updating() = 0;
-       virtual void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&, bool can_ferret) = 0;
+       virtual void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&, bool can_ferret, bool select_new = false) = 0;
        virtual void mouse_add_new_marker (framepos_t where, bool is_cd=false, bool is_xrun=false) = 0;
        virtual void foreach_time_axis_view (sigc::slot<void,TimeAxisView&>) = 0;
        virtual void add_to_idle_resize (TimeAxisView*, int32_t) = 0;