mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
when reversing regions, use the original source's SR, not the current session one
This commit is contained in:
parent
3cd99871f4
commit
d434661ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue