mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
No more wine
This commit is contained in:
parent
328585069a
commit
a74b4e8ef0
18 changed files with 49 additions and 365 deletions
|
|
@ -514,18 +514,11 @@ ARDOUR_UI::load_session_stage_two (const std::string& path, const std::string& s
|
|||
_session->set_clean ();
|
||||
}
|
||||
|
||||
#ifdef WINDOWS_VST_SUPPORT
|
||||
fst_stop_threading();
|
||||
#endif
|
||||
|
||||
{
|
||||
Timers::TimerSuspender t;
|
||||
flush_pending (10);
|
||||
}
|
||||
|
||||
#ifdef WINDOWS_VST_SUPPORT
|
||||
fst_start_threading();
|
||||
#endif
|
||||
retval = 0;
|
||||
|
||||
if (!mix_template.empty ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue