13
0

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:
Carl Hetherington 2011-01-04 21:14:26 +00:00
parent 75b1f698a1
commit b33e8deffb

View File

@ -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;
}
}