totally bizarre and incorrect solo/mute behaviour for Tracks (ONLY)
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 8 May 2015 18:11:43 +0000 (14:11 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:10 +0000 (14:18 -0400)
libs/ardour/route.cc

index 18dec7c8b93fb7b7cfddb169c805145d4d72e3a9..be1ff3de88ca2916ad8d0b98bfa1984979c8c531 100644 (file)
@@ -833,6 +833,10 @@ Route::set_solo (bool yn, void *src)
                solo_changed (true, src); /* EMIT SIGNAL */
                _solo_control->Changed (); /* EMIT SIGNAL */
        }
+
+       if (yn && Profile->get_trx()) {
+               set_mute (false, src);
+       }
 }
 
 void