summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-08 14:57:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:10 -0400
commit2f95da983b3f1a36065dbeec25871fad7a4f6410 (patch)
tree6d1688488d394508c2a6f4ce2bbd28450670d750 /libs
parent584d8095eeeaa785b6e013c105d3d5f94666b10b (diff)
add comment
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index be1ff3de88..17773905c4 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -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);
}