mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
A listen route has no aux sends
This commit is contained in:
parent
b81fdeaa66
commit
06ffebca76
1 changed files with 1 additions and 1 deletions
|
|
@ -2034,7 +2034,7 @@ ProcessorBox::build_possible_aux_menu ()
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_route->is_monitor ()) {
|
if (_route->is_monitor () || _route->is_listenbus ()) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue