mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
add variables to track potential ripple at end of drag (no-copy)
This commit is contained in:
parent
741a86ccf6
commit
6efbcf1ff7
1 changed files with 4 additions and 0 deletions
|
|
@ -1869,6 +1869,10 @@ RegionMoveDrag::finished_no_copy (
|
|||
const double last_pos_qn = tmap.exact_qn_at_sample (last_position.sample, last_position.division);
|
||||
const double qn_delta = _primary->region()->quarter_note() - last_pos_qn;
|
||||
|
||||
/* determine boundaries of dragged regions, across all playlists */
|
||||
samplepos_t extent_min = max_samplepos;
|
||||
samplepos_t extent_max = 0;
|
||||
|
||||
std::set<boost::shared_ptr<const Region> > uniq;
|
||||
for (list<DraggingView>::const_iterator i = _views.begin(); i != _views.end(); ) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue