mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
Fix out-of-sync tracks under varispeed.
git-svn-id: svn://localhost/ardour2/branches/3.0@8438 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
75b1f698a1
commit
b33e8deffb
1 changed files with 0 additions and 1 deletions
|
|
@ -1030,7 +1030,6 @@ Session::set_transport_speed (double speed, bool abort, bool clear_state)
|
|||
boost::shared_ptr<Track> tr = boost::dynamic_pointer_cast<Track> (*i);
|
||||
if (tr && tr->realtime_set_speed (tr->speed(), true)) {
|
||||
todo = PostTransportWork (todo | PostTransportSpeed);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue