expose more info from plugin-strip (for GUI display)
[ardour.git] / libs / ardour / region.cc
index 5ff06e5076738dd39defca18a1004be272d12e33..3bd51e1f18ff229ec5bd7e5776f074f3b0686995 100644 (file)
@@ -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;