mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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:
parent
9bdb9836b5
commit
4d33dcd5d7
9 changed files with 165 additions and 255 deletions
|
|
@ -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()
|
||||
)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue