13
0

Send full MIDI time code (if enabled) after changing sync source; should fix #4147.

git-svn-id: svn://localhost/ardour2/branches/3.0@9792 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-07-03 23:52:17 +00:00
parent 7f1e04eff2
commit 61648057ce

View File

@ -1247,6 +1247,8 @@ Session::use_sync_source (Slave* new_slave)
delete _slave;
_slave = new_slave;
send_full_time_code (_transport_frame);
boost::shared_ptr<RouteList> rl = routes.reader();
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) {
boost::shared_ptr<Track> tr = boost::dynamic_pointer_cast<Track> (*i);