From f34722bf49a210f8628caf91a6feb034679fc86b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 25 May 2016 14:24:13 +0200 Subject: treat different normalization settings as different formats --- libs/ardour/export_graph_builder.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/export_graph_builder.cc b/libs/ardour/export_graph_builder.cc index a78c983f0f..27b2f6948e 100644 --- a/libs/ardour/export_graph_builder.cc +++ b/libs/ardour/export_graph_builder.cc @@ -482,9 +482,11 @@ bool ExportGraphBuilder::Normalizer::operator== (FileSpec const & other_config) const { return config.format->normalize() == other_config.format->normalize() && + config.format->normalize_loudness () == other_config.format->normalize_loudness() && ( (!config.format->normalize_loudness () && config.format->normalize_dbfs() == other_config.format->normalize_dbfs()) || + // FIXME: allow simultaneous export of two formats with different loundness normalization settings (config.format->normalize_loudness () /* lufs/dbtp is a result option, not an instantaion option */) ); } -- cgit v1.2.3