a) fix problems with multichannel tape tracks
[ardour.git] / libs / ardour / session_timefx.cc
index 2fae4b32c919ef3a170501efe41a7d6abc171c50..6351aa9825924ab3854b9cdf65baa14346de9260 100644 (file)
@@ -80,7 +80,7 @@ Session::tempoize_region (TimeStretchRequest& tsr)
                }
 
                try {
-                       sources.push_back(new FileSource (path, frame_rate()));
+                       sources.push_back(new FileSource (path, frame_rate(), false, Config->get_native_file_data_format()));
                } catch (failed_constructor& err) {
                        error << string_compose (_("tempoize: error creating new audio file %1 (%2)"), path, strerror (errno)) << endmsg;
                        goto out;