Support cut / copy / paste of MIDI automation.
[ardour.git] / gtk2_ardour / automation_streamview.h
index 8afacd79cfa10e171bb5de61d2a6b67db74db809..257908c9eaf5873813cdb864823b771223beab08 100644 (file)
@@ -61,10 +61,11 @@ class AutomationStreamView : public StreamView
 
        void clear ();
 
-       void get_selectables (nframes_t, nframes_t, double, double, std::list<Selectable*> &);
+       void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*> &);
        void set_selected_points (PointSelection &);
 
        std::list<boost::shared_ptr<AutomationLine> > get_lines () const;
+       boost::shared_ptr<AutomationLine> paste_line (ARDOUR::framepos_t);
 
   private:
        void setup_rec_box ();