Follow Edits => Follow Range

* "Follow Edits" button had several behaviors that confused users.
* "Follow Range" only has 2 behaviors:
** Click anywhere in Range mode (or Smart mode) to locate the playhead.
** When you select a Range, "Play" will play the selected range.
This commit is contained in:
Ben Loftis 2016-12-19 12:22:39 -06:00
parent 267dd5edd9
commit 628c99d555
8 changed files with 14 additions and 38 deletions

View file

@ -2551,6 +2551,10 @@ Editor::update_join_object_range_location (double y)
if (entered_regionview) {
//ToDo: there is currently a bug here(?)
//when we are inside a region fade handle, it acts as though we are in range mode because it is in the top half of the region
//can it be fixed here?
ArdourCanvas::Duple const item_space = entered_regionview->get_canvas_group()->canvas_to_item (ArdourCanvas::Duple (0, y));
double const c = item_space.y / entered_regionview->height();