X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_streamview.h;h=082e3cc379bafb250db2206b5d5b37ad1df82397;hb=1648b94905c2a03b82083c767064957c3f347908;hp=d058f0243451638314559facf7450c2d81a88c67;hpb=e279b9892b467aa823e253d97b6e9504cca0e252;p=ardour.git diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h index d058f02434..082e3cc379 100644 --- a/gtk2_ardour/automation_streamview.h +++ b/gtk2_ardour/automation_streamview.h @@ -64,7 +64,11 @@ class AutomationStreamView : public StreamView void set_selected_points (PointSelection &); std::list > get_lines () const; - boost::shared_ptr paste_line (ARDOUR::framepos_t); + + bool paste (framepos_t pos, + unsigned paste_count, + float times, + boost::shared_ptr list); private: void setup_rec_box ();