From 9743340fa37f4354824abb95b169c558144869ba Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 29 Jul 2012 23:50:00 +0000 Subject: trying to track down why undo doesn't remove xfade rendering on OS X git-svn-id: svn://localhost/ardour2/branches/3.0@13102 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/audioregion.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour') diff --git a/libs/ardour/ardour/audioregion.h b/libs/ardour/ardour/audioregion.h index e38c98ea05..4213dc1a6c 100644 --- a/libs/ardour/ardour/audioregion.h +++ b/libs/ardour/ardour/audioregion.h @@ -46,6 +46,10 @@ namespace Properties { extern PBD::PropertyDescriptor fade_in_active; extern PBD::PropertyDescriptor fade_out_active; extern PBD::PropertyDescriptor scale_amplitude; + extern PBD::PropertyDescriptor fade_out_is_xfade; + extern PBD::PropertyDescriptor fade_out_is_short; + extern PBD::PropertyDescriptor fade_in_is_xfade; + extern PBD::PropertyDescriptor fade_in_is_short; extern PBD::PropertyDescriptor > fade_in; extern PBD::PropertyDescriptor > inverse_fade_in; extern PBD::PropertyDescriptor > fade_out; -- cgit v1.2.3