From 7ef5aea50037b9a8e53b796fa112a3d516ddacb1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 May 2015 10:25:50 -0400 Subject: when reversing regions, use the original source's SR, not the current session one --- libs/ardour/reverse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/reverse.cc') diff --git a/libs/ardour/reverse.cc b/libs/ardour/reverse.cc index 06fafb0ca4..b2189cf67e 100644 --- a/libs/ardour/reverse.cc +++ b/libs/ardour/reverse.cc @@ -56,7 +56,7 @@ Reverse::run (boost::shared_ptr r, Progress*) /* create new sources */ - if (make_new_sources (region, nsrcs)) { + if (make_new_sources (region, nsrcs, "", false)) { goto out; } -- cgit v1.2.3