mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix #5884: errors when using timestretch tool
This commit is contained in:
parent
b752d576fa
commit
ad735690fe
1 changed files with 2 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ Region::Region (boost::shared_ptr<const Region> other)
|
|||
_hidden = false;
|
||||
|
||||
use_sources (other->_sources);
|
||||
set_master_sources (other->_master_sources);
|
||||
|
||||
_position_lock_style = other->_position_lock_style;
|
||||
_first_edit = other->_first_edit;
|
||||
|
|
@ -329,6 +330,7 @@ Region::Region (boost::shared_ptr<const Region> other, frameoffset_t offset)
|
|||
_hidden = false;
|
||||
|
||||
use_sources (other->_sources);
|
||||
set_master_sources (other->_master_sources);
|
||||
|
||||
_start = other->_start + offset;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue