force AFL monitor/listen send to be at the very end of the Route processor list;...
[ardour.git] / libs / ardour / send.cc
index 037ae9b043001938e2964d62bc213c526163f091..c664d6761789ea7065d3caba83f03e28a3ead233 100644 (file)
@@ -259,9 +259,10 @@ Send::display_to_user () const
 {
        /* we ignore Deliver::_display_to_user */
 
-//     if (_role == Listen || _role == MainListen) {
-//             return false;
-//     }
+       if (_role == Listen) {
+                /* don't make the monitor/control/listen send visible */
+               return false;
+       }
 
        return true;
 }