mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
region duplication: fix positioning of multi-region duplicates
This commit is contained in:
parent
77f28aa6f9
commit
21e8885e00
1 changed files with 1 additions and 0 deletions
|
|
@ -5271,6 +5271,7 @@ Editor::duplicate_some_regions (RegionSelection& regions, float times)
|
|||
*/
|
||||
|
||||
timepos_t position = end_time.increment();
|
||||
position += start_time.distance (r->position());
|
||||
|
||||
playlist = (*i)->region()->playlist();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue