summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-10-02 09:17:32 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-10-02 09:17:32 +0100
commitb60e9f7df9279bf564aa9071ac3879e1d83879f6 (patch)
treef85ca704600d86174e172dcc553e5410c541d351
parent87559a6054ac097d1f511845965a9117ef2265d6 (diff)
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
-rw-r--r--libs/ardour/session_vst.cc4
1 files changed, 0 insertions, 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: