mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
the last (?) piece of the internal send/listen/monitor/control outs track/bus architecture puzzle: a send from the post-fader master bus to the control/listen/monitor bus inputs that is silent when something is soloed, but the rest of the time delivers the main mix to the control/listen/monitor bus. Tweaks to follow, surely ...
git-svn-id: svn://localhost/ardour2/branches/3.0@6740 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b6b68881b2
commit
2085cddab3
6 changed files with 96 additions and 43 deletions
|
|
@ -260,9 +260,9 @@ Send::display_to_user () const
|
|||
{
|
||||
/* we ignore Deliver::_display_to_user */
|
||||
|
||||
if (_role == Listen) {
|
||||
return false;
|
||||
}
|
||||
// if (_role == Listen || _role == MainListen) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue