mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue