summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioregion.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-12 01:03:17 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-12 01:03:17 +0000
commitdd6935e2ade782241cf3d0db8fd4595525125e5e (patch)
tree90b755b0abd918c6bdfe3942ef9b0e42cc0bbd08 /libs/ardour/ardour/audioregion.h
parent1e11c4bc576fafdfda1947b921aae63f5f470575 (diff)
Minor cleanup.
git-svn-id: svn://localhost/ardour2/branches/3.0@8253 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/audioregion.h')
-rw-r--r--libs/ardour/ardour/audioregion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/audioregion.h b/libs/ardour/ardour/audioregion.h
index 80a725f771..460d76b551 100644
--- a/libs/ardour/ardour/audioregion.h
+++ b/libs/ardour/ardour/audioregion.h
@@ -44,7 +44,6 @@ 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<float> scale_amplitude;
/* the envelope and fades are not scalar items and so
currently (2010/02) are not stored using Property.
@@ -194,6 +193,7 @@ class AudioRegion : public Region
PBD::Property<bool> _default_fade_out;
PBD::Property<bool> _fade_in_active;
PBD::Property<bool> _fade_out_active;
+ /** linear gain to apply to the whole region */
PBD::Property<gain_t> _scale_amplitude;
void register_properties ();