add comment
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 8 May 2015 18:57:49 +0000 (14:57 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:10 +0000 (14:18 -0400)
libs/ardour/route.cc

index be1ff3de88ca2916ad8d0b98bfa1984979c8c531..17773905c4c4ff92b2f1f5877bb75e89c39f04e0 100644 (file)
@@ -834,6 +834,10 @@ Route::set_solo (bool yn, void *src)
                _solo_control->Changed (); /* EMIT SIGNAL */
        }
 
+       /* XXX TRACKS DEVELOPERS: THIS LOGIC SUGGESTS THAT YOU ARE NOT AWARE OF
+          Config->get_solo_mute_overrride().
+       */
+
        if (yn && Profile->get_trx()) {
                set_mute (false, src);
        }