summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.h
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2012-12-14 17:21:44 +0000
committerBen Loftis <ben@glw.com>2012-12-14 17:21:44 +0000
commitb8a8abeb8f35b092deee46179190611ad16deae5 (patch)
tree4371b6fc53975d81aaf37ee37c208ed20de81141 /gtk2_ardour/audio_region_view.h
parente5776d1a69f25540da7e30b3b1be516db3cc5ef4 (diff)
code cleanup; crossfade shape drawing is now more closely associated with the fade-in shape rather than a separate thing. could probably be consolidated into fewer functions, but this is an interim step for testing. Also remove the use-current-fade-shape option which is not meaningful in new model
git-svn-id: svn://localhost/ardour2/branches/3.0@13669 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_region_view.h')
-rw-r--r--gtk2_ardour/audio_region_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h
index 6f6d76d06b..10159d0cfb 100644
--- a/gtk2_ardour/audio_region_view.h
+++ b/gtk2_ardour/audio_region_view.h
@@ -91,8 +91,8 @@ class AudioRegionView : public RegionView
GhostRegion* add_ghost (TimeAxisView&);
- void reset_fade_in_shape_width (framecnt_t);
- void reset_fade_out_shape_width (framecnt_t);
+ void reset_fade_in_shape_width (boost::shared_ptr<ARDOUR::AudioRegion> ar, framecnt_t);
+ void reset_fade_out_shape_width (boost::shared_ptr<ARDOUR::AudioRegion> ar, framecnt_t);
framepos_t get_fade_in_shape_width ();
framepos_t get_fade_out_shape_width ();