remove near-duplicate session constructor; change names from control_outs to monitor_out and control_out to monitor_send; may havebroken creation of new sessions in a wierd way (will fix later)

git-svn-id: svn://localhost/ardour2/branches/3.0@6783 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-22 21:35:35 +00:00
parent 9bdb9836b5
commit 4d33dcd5d7
9 changed files with 165 additions and 255 deletions

View file

@ -222,7 +222,7 @@ MackieControlProtocol::get_sorted_routes()
route.active()
&& !route.is_master()
&& !route.is_hidden()
&& !route.is_control()
&& !route.is_monitor()
&& remote_ids.find (route.remote_control_id()) == remote_ids.end()
)
{