summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_gain_line.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-01-01 22:11:15 +0000
committerCarl Hetherington <carl@carlh.net>2010-01-01 22:11:15 +0000
commitf5acf936728c721bc556b7b3dfe69ebf0c3d63ed (patch)
tree0041127f99ecc339917c530ac4cf339c740f6af8 /gtk2_ardour/region_gain_line.h
parent6572f421a40b30112dbe11a4eace115a6af1c83e (diff)
First cut of some Pro-tools inspired editing features; linked play/play range
and linked object/range modes. git-svn-id: svn://localhost/ardour2/branches/3.0@6431 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_gain_line.h')
-rw-r--r--gtk2_ardour/region_gain_line.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/region_gain_line.h b/gtk2_ardour/region_gain_line.h
index d54c962294..0f16372287 100644
--- a/gtk2_ardour/region_gain_line.h
+++ b/gtk2_ardour/region_gain_line.h
@@ -38,8 +38,8 @@ class AudioRegionGainLine : public AutomationLine
public:
AudioRegionGainLine (const std::string & name, AudioRegionView&, ArdourCanvas::Group& parent, boost::shared_ptr<ARDOUR::AutomationList>);
- void start_drag (ControlPoint*, nframes_t x, float fraction);
- void end_drag (ControlPoint*);
+ void start_drag_single (ControlPoint*, nframes_t x, float fraction);
+ void end_drag ();
void remove_point (ControlPoint&);