mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist
git-svn-id: svn://localhost/ardour2/branches/3.0@6034 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
660fd702af
commit
ff122d0fe8
24 changed files with 492 additions and 404 deletions
|
|
@ -2410,7 +2410,7 @@ Editor::play_selection ()
|
|||
return;
|
||||
}
|
||||
|
||||
session->request_play_range (true);
|
||||
session->request_play_range (&selection->time, true);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue