A listen route has no aux sends

This commit is contained in:
Len Ovens 2018-11-01 14:18:50 -07:00
parent b81fdeaa66
commit 06ffebca76

View File

@ -2034,7 +2034,7 @@ ProcessorBox::build_possible_aux_menu ()
return 0;
}
if (_route->is_monitor ()) {
if (_route->is_monitor () || _route->is_listenbus ()) {
return 0;
}