13
0

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:
Carl Hetherington 2010-07-19 21:46:19 +00:00
parent 058785c718
commit 0cf3e493f9

View File

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