From b60e9f7df9279bf564aa9071ac3879e1d83879f6 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 2 Oct 2018 09:17:32 +0100 Subject: Remove a call to 'fst_audio_master_idle()' Nobody seems quite sure why it's needed but it seems to be crashing a lot of plugins:- http://tracker.ardour.org/view.php?id=7668 --- libs/ardour/session_vst.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/ardour/session_vst.cc b/libs/ardour/session_vst.cc index befe5a84ad..401b13874d 100644 --- a/libs/ardour/session_vst.cc +++ b/libs/ardour/session_vst.cc @@ -497,10 +497,6 @@ intptr_t Session::vst_callback ( if (session) { session->set_dirty (); } - /* allow plugin UI to update */ -#ifdef WINDOWS_VST_SUPPORT - fst_audio_master_idle(); -#endif return 0; case audioMasterBeginEdit: -- cgit v1.2.3