Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / automation_streamview.h
index d058f0243451638314559facf7450c2d81a88c67..082e3cc379bafb250db2206b5d5b37ad1df82397 100644 (file)
@@ -64,7 +64,11 @@ class AutomationStreamView : public StreamView
        void set_selected_points (PointSelection &);
 
        std::list<boost::shared_ptr<AutomationLine> > get_lines () const;
-       boost::shared_ptr<AutomationLine> paste_line (ARDOUR::framepos_t);
+
+       bool paste (framepos_t                                pos,
+                   unsigned                                  paste_count,
+                   float                                     times,
+                   boost::shared_ptr<ARDOUR::AutomationList> list);
 
   private:
        void setup_rec_box ();