Files
ardour/gtk2_ardour
Johannes Mueller 9bfe404b4e Fix #6280 – region (first_frame()==0) selectable with SnapRegionBoundary
Issue #6280 states that when selecting ranges using SnapToRegionBoundary it's
not possible to select regions with first_frame() == 0. This is because
Playlist::find_next_region() does not consider region boundaries == pos but
only > pos. Thus it never considers pos == 0 to be a region boundary.

This solution tries to be as little invasive as possible without changing the
semantics of PlayList::find_next_region(). Therefore position 0 is added to the
region boundary cache if there's a region starting at position 0 in any track.
2017-07-25 17:39:08 +02:00
..
2017-07-17 21:06:04 +02:00
2017-07-17 21:06:04 +02:00
2017-07-24 01:59:13 +02:00
2017-07-17 21:06:04 +02:00
2017-07-17 21:06:04 +02:00
2017-07-20 09:51:26 -05:00
2017-07-17 21:06:04 +02:00
2017-07-24 01:59:22 +02:00
2017-07-24 01:59:22 +02:00
2017-07-17 21:06:04 +02:00
2017-07-17 21:06:04 +02:00
2017-07-22 02:15:20 +10:00
2017-07-17 21:06:04 +02:00