summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioregion.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-29 23:50:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-29 23:50:00 +0000
commit9743340fa37f4354824abb95b169c558144869ba (patch)
tree44c17c7bd5b126b620c37e6b1105f5e94de7ef10 /libs/ardour/ardour/audioregion.h
parent611dcdd24932222d676da4d9a4dca643f79db4a4 (diff)
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
Diffstat (limited to 'libs/ardour/ardour/audioregion.h')
-rw-r--r--libs/ardour/ardour/audioregion.h4
1 files changed, 4 insertions, 0 deletions
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<bool> fade_in_active;
extern PBD::PropertyDescriptor<bool> fade_out_active;
extern PBD::PropertyDescriptor<float> scale_amplitude;
+ extern PBD::PropertyDescriptor<bool> fade_out_is_xfade;
+ extern PBD::PropertyDescriptor<bool> fade_out_is_short;
+ extern PBD::PropertyDescriptor<bool> fade_in_is_xfade;
+ extern PBD::PropertyDescriptor<bool> fade_in_is_short;
extern PBD::PropertyDescriptor<boost::shared_ptr<AutomationList> > fade_in;
extern PBD::PropertyDescriptor<boost::shared_ptr<AutomationList> > inverse_fade_in;
extern PBD::PropertyDescriptor<boost::shared_ptr<AutomationList> > fade_out;