mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
treat different normalization settings as different formats
This commit is contained in:
parent
80cc70966c
commit
f34722bf49
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue