A listen route has no aux sends
This commit is contained in:
@@ -2034,7 +2034,7 @@ ProcessorBox::build_possible_aux_menu ()
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (_route->is_monitor ()) {
|
||||
if (_route->is_monitor () || _route->is_listenbus ()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user