mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
temporal thread init for import thread
This commit is contained in:
parent
64fd52c380
commit
e1620a22cf
1 changed files with 3 additions and 0 deletions
|
|
@ -1142,6 +1142,9 @@ Editor::_import_thread (void *arg)
|
|||
void *
|
||||
Editor::import_thread ()
|
||||
{
|
||||
Temporal::_thread_sample_rate = _session->sample_rate();
|
||||
Temporal::TempoMap::fetch ();
|
||||
|
||||
_session->import_files (import_status);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue