Don't auto-connect busses to hardware inputs. Fixes #3335.
git-svn-id: svn://localhost/ardour2/branches/3.0@7440 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
058785c718
commit
0cf3e493f9
@ -1756,8 +1756,6 @@ Session::new_audio_route (bool aux, int input_channels, int output_channels, Rou
|
||||
goto failure;
|
||||
}
|
||||
|
||||
auto_connect_route (bus, existing_inputs, existing_outputs);
|
||||
|
||||
if (route_group) {
|
||||
route_group->add (bus);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user