mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Simplify initial loudness information and fix typo
This commit is contained in:
parent
973d52b949
commit
bc84562699
1 changed files with 2 additions and 4 deletions
|
|
@ -259,10 +259,8 @@ LoudnessDialog::LoudnessDialog (Session* s, AudioRange const& ar, bool as)
|
||||||
l->set_alignment (ALIGN_LEFT, ALIGN_TOP);
|
l->set_alignment (ALIGN_LEFT, ALIGN_TOP);
|
||||||
l->set_markup (_(
|
l->set_markup (_(
|
||||||
"<b>Loudness Analysis</b>\n\n"
|
"<b>Loudness Analysis</b>\n\n"
|
||||||
"This allows the user to analyze the loudness of of the signal at the master-bus "
|
"This allows the user to analyze and conform the loudness of the signal at the master-bus "
|
||||||
"output of the complete session, as it would be exported.\n"
|
"output of the complete session, as it would be exported. "
|
||||||
"The result can be used to interactively normalize the session's loudness level "
|
|
||||||
"(as opposed to automatic normalization during export). "
|
|
||||||
"When using this feature, remember to disable normalization in the session export profile."
|
"When using this feature, remember to disable normalization in the session export profile."
|
||||||
));
|
));
|
||||||
t->attach (*l, 0, 1, 0, 2, EXPAND|FILL, FILL, 8, 2);
|
t->attach (*l, 0, 1, 0, 2, EXPAND|FILL, FILL, 8, 2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue