Mackie Control: Make Monitor send not show in Sends subview.
This commit is contained in:
parent
e622f3e5b6
commit
0fa208015e
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user