diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 76c4b1af45..dda8fa0da5 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -4516,7 +4516,7 @@ Route::nth_send (uint32_t n) const for (i = _processors.begin(); i != _processors.end(); ++i) { if (boost::dynamic_pointer_cast (*i)) { - if ((*i)->name() == _("Monitor")) { + if ((*i)->name() == _("Monitor 1")) { /* send to monitor section is not considered to be an accessible send. */