summaryrefslogtreecommitdiff
path: root/libs/ardour/reverse.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-12 10:25:50 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:12 -0400
commit7ef5aea50037b9a8e53b796fa112a3d516ddacb1 (patch)
tree524d71a3cdad704c99a657e2e40eeeb5fe48bb3c /libs/ardour/reverse.cc
parent4a27a8b531af152ea97d3710a2ef09ff37bb03a9 (diff)
when reversing regions, use the original source's SR, not the current session one
Diffstat (limited to 'libs/ardour/reverse.cc')
-rw-r--r--libs/ardour/reverse.cc2
1 files changed, 1 insertions, 1 deletions
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<Region> r, Progress*)
/* create new sources */
- if (make_new_sources (region, nsrcs)) {
+ if (make_new_sources (region, nsrcs, "", false)) {
goto out;
}