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:
Paul Davis 2010-03-06 19:47:34 +00:00
parent b6b68881b2
commit 2085cddab3
6 changed files with 96 additions and 43 deletions

View file

@ -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;
}