mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
24756ae04e
commit
aadc91d7d1
1 changed files with 6 additions and 0 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue