mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Allow latency measurements even if inverted wiring is detected
Inverted wiring is important to call out when detected, but the measured latency is still valid and should be applicable.
This commit is contained in:
parent
547465e1fa
commit
79a365edce
1 changed files with 3 additions and 1 deletions
|
|
@ -3056,9 +3056,11 @@ EngineControl::check_audio_latency_measurement ()
|
|||
}
|
||||
|
||||
if (mtdm->inv ()) {
|
||||
/* only warn user, in some cases the measured value is correct,
|
||||
* regardless of the warning - https://github.com/Ardour/ardour/pull/656
|
||||
*/
|
||||
strcat (buf, " ");
|
||||
strcat (buf, _("(inverted - bad wiring)"));
|
||||
solid = false;
|
||||
}
|
||||
|
||||
lm_results.set_markup (string_compose (results_markup, buf));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue