mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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:
parent
6572f421a4
commit
f5acf93672
18 changed files with 582 additions and 186 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue