mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Tweak binarual port names
This commit is contained in:
parent
719debf292
commit
e29ac27c59
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ Route::init ()
|
|||
_output->set_audio_channel_names (std::vector<std::string> {
|
||||
_("L"), _("R"), _("C"), _("LFE"), _("Ls"), _("Rs"),
|
||||
_("Lrs"), _("Rrs"), _("Lfh"), _("Rfh"), _("Lrh"), _("Rrh"),
|
||||
_("Lb"), _("Rb")
|
||||
_("BinL"), _("BinR")
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue