First cut of some Pro-tools inspired editing features; linked play/play range

and linked object/range modes.


git-svn-id: svn://localhost/ardour2/branches/3.0@6431 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-01-01 22:11:15 +00:00
parent 6572f421a4
commit f5acf93672
18 changed files with 582 additions and 186 deletions

View file

@ -126,7 +126,7 @@ BasicUI::transport_play (bool from_last_start)
}
if (session->get_play_range ()) {
session->request_play_range (false);
session->request_play_range (0);
}
if (from_last_start && rolling) {