From e29ac27c597a9e82c444a055f8a6decfd36d3cde Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 1 Apr 2024 17:38:47 +0200 Subject: [PATCH] Tweak binarual port names --- libs/ardour/route.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index e9aeab28ad..afe660c5ed 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -308,7 +308,7 @@ Route::init () _output->set_audio_channel_names (std::vector { _("L"), _("R"), _("C"), _("LFE"), _("Ls"), _("Rs"), _("Lrs"), _("Rrs"), _("Lfh"), _("Rfh"), _("Lrh"), _("Rrh"), - _("Lb"), _("Rb") + _("BinL"), _("BinR") }); }