Vapor: set surround bus channel names
This commit is contained in:
parent
3c5f9f1450
commit
4a9b2cd014
@ -303,6 +303,11 @@ Route::init ()
|
|||||||
|
|
||||||
_monitor_control.reset (new MonitorProcessor (_session));
|
_monitor_control.reset (new MonitorProcessor (_session));
|
||||||
_monitor_control->activate ();
|
_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) {
|
if (_presentation_info.flags() & PresentationInfo::FoldbackBus) {
|
||||||
|
Loading…
Reference in New Issue
Block a user