mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
add container for regions to be excluded from ripple
This commit is contained in:
parent
3e6de18919
commit
7bd03b68ee
1 changed files with 1 additions and 0 deletions
|
|
@ -1729,6 +1729,7 @@ RegionMoveDrag::finished_copy (bool const changed_position, bool const changed_t
|
|||
PlaylistSet modified_playlists;
|
||||
RouteTimeAxisView* new_time_axis_view = 0;
|
||||
samplecnt_t const drag_delta = _primary->region()->position() - _last_position.sample;
|
||||
RegionList ripple_exclude;
|
||||
|
||||
TempoMap& tmap (_editor->session()->tempo_map());
|
||||
const double last_pos_qn = tmap.exact_qn_at_sample (last_position.sample, last_position.division);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue