From 5e3ca4db5cc356385e520643cfd279f393db4b51 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Aug 2010 13:36:38 +0000 Subject: Support cut / copy / paste of MIDI automation. git-svn-id: svn://localhost/ardour2/branches/3.0@7545 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_time_axis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/automation_time_axis.h') diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h index 0da6c69acd..85ad6ad7d9 100644 --- a/gtk2_ardour/automation_time_axis.h +++ b/gtk2_ardour/automation_time_axis.h @@ -88,7 +88,7 @@ class AutomationTimeAxisView : public TimeAxisView { void cut_copy_clear (Selection&, Editing::CutCopyOp); void cut_copy_clear_objects (PointSelection&, Editing::CutCopyOp); - bool paste (nframes_t, float times, Selection&, size_t nth); + bool paste (ARDOUR::framepos_t, float times, Selection&, size_t nth); void reset_objects (PointSelection&); int set_state (const XMLNode&, int version); @@ -148,7 +148,7 @@ class AutomationTimeAxisView : public TimeAxisView { void cut_copy_clear_one (AutomationLine&, Selection&, Editing::CutCopyOp); void cut_copy_clear_objects_one (AutomationLine&, PointSelection&, Editing::CutCopyOp); - bool paste_one (AutomationLine&, nframes_t, float times, Selection&, size_t nth); + bool paste_one (AutomationLine&, ARDOUR::framepos_t, float times, Selection&, size_t nth); void reset_objects_one (AutomationLine&, PointSelection&); void set_automation_state (ARDOUR::AutoState); -- cgit v1.2.3