Clear clicks on locating for a seamless loop so that they

don't stop (#4213).


git-svn-id: svn://localhost/ardour2/branches/3.0@10074 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-09-14 13:46:34 +00:00
parent 24756ae04e
commit aadc91d7d1

View file

@ -425,6 +425,12 @@ Session::non_realtime_locate ()
tr->non_realtime_locate (_transport_frame);
}
}
/* XXX: it would be nice to generate the new clicks here (in the non-RT thread)
rather than clearing them so that the RT thread has to spend time constructing
them (in Session::click).
*/
clear_clicks ();
}