From dd6935e2ade782241cf3d0db8fd4595525125e5e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Dec 2010 01:03:17 +0000 Subject: [PATCH] Minor cleanup. git-svn-id: svn://localhost/ardour2/branches/3.0@8253 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/audioregion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fade_in_active; extern PBD::PropertyDescriptor fade_out_active; extern PBD::PropertyDescriptor scale_amplitude; - extern PBD::PropertyDescriptor 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 _default_fade_out; PBD::Property _fade_in_active; PBD::Property _fade_out_active; + /** linear gain to apply to the whole region */ PBD::Property _scale_amplitude; void register_properties ();