Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.
[ardour.git] / libs / ardour / session.cc
index 96bd69eca34da25f8a857a8623c6f54dce45e395..79790b5673c69b213211ae6bc334d6a1ed4ed52f 100644 (file)
@@ -2062,8 +2062,8 @@ Session::new_route_from_template (uint32_t how_many, const std::string& template
                Track::zero_diskstream_id_in_xml (node_copy);
 
                try {
-                       shared_ptr<Route> route (XMLRouteFactory (node_copy));
-
+                       shared_ptr<Route> route (XMLRouteFactory (node_copy, 3000));
+           
                        if (route == 0) {
                                error << _("Session: cannot create track/bus from template description") << endmsg;
                                goto out;