mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix BaseUI thread priority
This commit is contained in:
parent
dd4a1a6d73
commit
2014faaeca
1 changed files with 2 additions and 1 deletions
|
|
@ -815,7 +815,8 @@ ARDOUR::init_post_engine (uint32_t start_cnt)
|
|||
}
|
||||
}
|
||||
|
||||
BaseUI::set_thread_priority (pbd_absolute_rt_priority (PBD_SCHED_FIFO, PBD_RT_PRI_CTRL));
|
||||
/* set/update thread priority relative to backend's [jack_]client_real_time_priority */
|
||||
BaseUI::set_thread_priority (PBD_RT_PRI_CTRL);
|
||||
|
||||
TransportMasterManager::instance ().restart ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue