summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-20 15:46:43 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-20 15:46:43 +0000
commit9dfa933c6e225bc0b244cabd04fec15e95e37f2b (patch)
treebe5fb6e97c9b9d31fd03044909811c685bcab81d /gtk2_ardour/editor.h
parentf0bf3a0c190ced488d1520435df8234ef50971d6 (diff)
Remember last normalization value when the dialog is re-opened.
git-svn-id: svn://localhost/ardour2/branches/3.0@5227 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 66b65e7470..7f6aca7fbd 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1172,6 +1172,7 @@ class Editor : public PublicEditor
void reverse_region ();
void strip_region_silence ();
void normalize_region ();
+ double _last_normalization_value;
void denormalize_region ();
void adjust_region_scale_amplitude (bool up);
void quantize_region ();