Mackie Control: Make Monitor send not show in Sends subview.

This commit is contained in:
Len Ovens 2016-01-30 21:05:45 -08:00
parent e622f3e5b6
commit 0fa208015e

View 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.
*/