@@ -91,7 +91,7 @@ LoudnessDialog::LoudnessDialog (Session* s, AudioRange const& ar, bool as)
91
91
, _rt_analysis_button (_(" Realtime" ), ArdourButton::led_default_elements, true)
92
92
, _start_analysis_button (_(" Analyze" ))
93
93
, _show_report_button (_(" Show Detailed Report" ))
94
- , _custom_pos_button (_(" Custom Gain Processor Position" ), ArdourButton::led_default_elements, true)
94
+ , _custom_pos_button (_(" Custom Amplifier Position" ), ArdourButton::led_default_elements, true)
95
95
, _dbfs_adjustment ( 0.00 , -90.00 , 0.00 , 0.1 , 0.2 )
96
96
, _dbtp_adjustment ( -1.0 , -90.00 , 0.00 , 0.1 , 0.2 )
97
97
, _lufs_i_adjustment (-23.0 , -90.00 , 0.00 , 0.1 , 1.0 )
@@ -223,7 +223,8 @@ LoudnessDialog::LoudnessDialog (Session* s, AudioRange const& ar, bool as)
223
223
224
224
set_tooltip (_custom_pos_button,
225
225
_ (" <b>When enabled</b> an amplifier processor is used to apply the gain. "
226
- " This allows for custom positons of the gain-stage in the master-bus' signal flow, potentially followed by a limiter. "
226
+ " This allows for custom positoning of the gain-stage in the master-bus' signal flow, "
227
+ " potentially followed by a limiter to conform to both loudness and peak requirements. "
227
228
" Depending on limiter settings or DSP after the gain-stage, repeat loudness measurements may produce different results.\n "
228
229
" <b>When disabled</b>, the gain is applied diretcly to the output of the master-bus. This results in an efficient and reliable volume adjustment."
229
230
));
0 commit comments