Allow to stem-export Surround Master

This commit is contained in:
Robin Gareus 2024-02-29 16:15:50 +01:00
parent 2fe22eeab5
commit 2c858deae4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ TrackExportChannelSelector::fill_list()
for (RouteList::iterator it = routes.begin(); it != routes.end(); ++it) {
if (!std::dynamic_pointer_cast<Track>(*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 ()) {