mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Vapor: set surround bus channel names
This commit is contained in:
parent
3c5f9f1450
commit
4a9b2cd014
1 changed files with 5 additions and 0 deletions
|
|
@ -303,6 +303,11 @@ Route::init ()
|
|||
|
||||
_monitor_control.reset (new MonitorProcessor (_session));
|
||||
_monitor_control->activate ();
|
||||
_output->set_audio_channel_names (std::vector<std::string> {
|
||||
_("L"), _("R"), _("C"), _("LFE"), _("Ls"), _("Rs"),
|
||||
_("Lrs"), _("Rrs"), _("Lfh"), _("Rfh"), _("Lrh"), _("Rrh"),
|
||||
_("Lb"), _("Rb")
|
||||
});
|
||||
}
|
||||
|
||||
if (_presentation_info.flags() & PresentationInfo::FoldbackBus) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue