Mackie Control: Make Monitor send not show in Sends subview.
authorLen Ovens <len@ovenwerks.net>
Sun, 31 Jan 2016 05:05:45 +0000 (21:05 -0800)
committerLen Ovens <len@ovenwerks.net>
Sun, 31 Jan 2016 05:05:45 +0000 (21:05 -0800)
libs/ardour/route.cc

index 76c4b1af45285e6d8542490df6dd5e8840c158b0..dda8fa0da506da15a6cd8ec52bb3e76f657a0e81 100644 (file)
@@ -4516,7 +4516,7 @@ Route::nth_send (uint32_t n) const
        for (i = _processors.begin(); i != _processors.end(); ++i) {
                if (boost::dynamic_pointer_cast<Send> (*i)) {
 
-                       if ((*i)->name() == _("Monitor")) {
+                       if ((*i)->name() == _("Monitor 1")) {
                                /* send to monitor section is not considered
                                   to be an accessible send.
                                */