diff --git a/gtk2_ardour/export_channel_selector.cc b/gtk2_ardour/export_channel_selector.cc index f3795e3828..c7f25b9e30 100644 --- a/gtk2_ardour/export_channel_selector.cc +++ b/gtk2_ardour/export_channel_selector.cc @@ -838,7 +838,7 @@ TrackExportChannelSelector::fill_list() for (RouteList::iterator it = routes.begin(); it != routes.end(); ++it) { if (!std::dynamic_pointer_cast(*it)) { // not a track, must be a bus - if ((*it)->is_main_bus ()) { + if ((*it)->is_main_bus () && !(*it)->is_surround_master ()) { continue; } if (!(*it)->active ()) {