Don't auto-connect busses to hardware inputs. Fixes #3335.
authorCarl Hetherington <carl@carlh.net>
Mon, 19 Jul 2010 21:46:19 +0000 (21:46 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 19 Jul 2010 21:46:19 +0000 (21:46 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7440 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session.cc

index 9f0bbf7439d0d9104545161f73aab17934b6b43c..b6548ab88a52b11d9443babf91ba08ce07c454a7 100644 (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);
                        }