summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_format_manager.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-02 15:28:16 +0200
committerRobin Gareus <robin@gareus.org>2016-05-02 15:44:13 +0200
commitd01cb7910faddbf13b7190ceca990a2cafb71f95 (patch)
tree1d246b6590538ff70621fc28e42445eaa39d4816 /libs/ardour/ardour/export_format_manager.h
parent7547f02c07875ba053e1c095e542f85291d7af5f (diff)
Add loudness normalization to Export Format & Graph
Diffstat (limited to 'libs/ardour/ardour/export_format_manager.h')
-rw-r--r--libs/ardour/ardour/export_format_manager.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_format_manager.h b/libs/ardour/ardour/export_format_manager.h
index fff97299e5..5a78708efb 100644
--- a/libs/ardour/ardour/export_format_manager.h
+++ b/libs/ardour/ardour/export_format_manager.h
@@ -109,7 +109,10 @@ class LIBARDOUR_API ExportFormatManager : public PBD::ScopedConnectionList
void select_trim_end (bool value);
void select_silence_end (AnyTime const & time);
void select_normalize (bool value);
- void select_normalize_target (float value);
+ void select_normalize_loudness (bool value);
+ void select_normalize_dbfs (float value);
+ void select_normalize_lufs (float value);
+ void select_normalize_dbtp (float value);
void select_tagging (bool tag);
private: