Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / automation_time_axis.h
index 156a5701e32936d072f1a484796b8c4e57e0fd42..b726de64405c98c6eb03b2015c0f648f06acd81c 100644 (file)
@@ -93,7 +93,7 @@ class AutomationTimeAxisView : public TimeAxisView {
        /* editing operations */
 
        void cut_copy_clear (Selection&, Editing::CutCopyOp);
-       bool paste (ARDOUR::framepos_t, unsigned paste_count, float times, const Selection&, ItemCounts&);
+       bool paste (ARDOUR::framepos_t, const Selection&, PasteContext&);
 
        int  set_state (const XMLNode&, int version);
 
@@ -175,7 +175,7 @@ class AutomationTimeAxisView : public TimeAxisView {
        void build_display_menu ();
 
        void cut_copy_clear_one (AutomationLine&, Selection&, Editing::CutCopyOp);
-       bool paste_one (ARDOUR::framepos_t, unsigned, float times, const Selection&, ItemCounts& counts);
+       bool paste_one (ARDOUR::framepos_t, unsigned, float times, const Selection&, ItemCounts& counts, bool greedy=false);
        void route_going_away ();
 
        void set_automation_state (ARDOUR::AutoState);